commit | 206d8055fc67af4e5dc955f0fdd0bf52b58260ce | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sat Apr 09 16:38:51 2005 +0000 |
committer | hasso <hasso> | Sat Apr 09 16:38:51 2005 +0000 |
tree | bf616cb70b0426055226fa0551241df9f5dbfd4e | |
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.