diff options
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 |