diff options
author | hasso <hasso> | 2005-04-09 16:38:51 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-04-09 16:38:51 +0000 |
commit | 206d8055fc67af4e5dc955f0fdd0bf52b58260ce (patch) | |
tree | bf616cb70b0426055226fa0551241df9f5dbfd4e /zebra/ChangeLog | |
parent | 5bb4c1981a518315bf7f4fc81a85baf2061e32fa (diff) |
* rt_netlink.c (netlink_parse_info): Fix warning. It's safe to cast
status to unsigned here, because we already checked that it isn't
negative or 0.
* rt_netlink.c (netlink_interface_addr): Prefix length belongs to the
address, not to the interface.
* rt_netlink.c (netlink_route_multipath): Fix debug. No useless info
is printed out now and IPv6 info is handeled.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 55e290c0..8c6f348c 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,13 @@ +2005-04-09 Hasso Tepper <hasso at quagga.net> + + * rt_netlink.c (netlink_parse_info): Fix warning. It's safe to cast + status to unsigned here, because we already checked that it isn't + negative or 0. + * rt_netlink.c (netlink_interface_addr): Prefix length belongs to the + address, not to the interface. + * rt_netlink.c (netlink_route_multipath): Fix debug. No useless info + is printed out now and IPv6 info is handeled. + 2005-04-05 Paul Jakma <paul@dishone.st> * zserv.c: print more helpful errors when we fail to successfully |