]> git.puffer.fish Git - matthieu/frr.git/commit
* rt_netlink.c (netlink_parse_info): Fix warning. It's safe to cast
authorhasso <hasso>
Sat, 9 Apr 2005 16:38:51 +0000 (16:38 +0000)
committerhasso <hasso>
Sat, 9 Apr 2005 16:38:51 +0000 (16:38 +0000)
commit206d8055fc67af4e5dc955f0fdd0bf52b58260ce
treebf616cb70b0426055226fa0551241df9f5dbfd4e
parent5bb4c1981a518315bf7f4fc81a85baf2061e32fa
* 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
zebra/rt_netlink.c