From 206d8055fc67af4e5dc955f0fdd0bf52b58260ce Mon Sep 17 00:00:00 2001 From: hasso Date: Sat, 9 Apr 2005 16:38:51 +0000 Subject: * 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. --- zebra/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'zebra/ChangeLog') 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 + + * 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 * zserv.c: print more helpful errors when we fail to successfully -- cgit v1.2.1