summaryrefslogtreecommitdiffstats
path: root/zebra/rtread_proc.c
Commit message (Collapse)AuthorAgeFilesLines
* * zebra_rib.c, rib.h: Add distance and metric arguments to thehasso2005-08-271-1/+2
| | | | | | | | | | rib_add_ipv6() function so that IPv6 routes in RIB can have correct metric. No IPv6 routing daemon uses distance yet though. * zserv.c, connected.c, kernel_socket.c, rt_netlink.c, rtread_proc.c,zserv.c: Pass metric and distance info to the rib_add_ipv6(). Forwardport from stable branch.
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-4/+7
| | | | | | | * (global) Extern and static'ification, with related fixups of declarations, ensuring files include their own headers, etc. if_ioctl.c: (interface_info_ioctl) fix obvious arg mis-order in list loop
* * if_proc.c, ipforward_proc.c, rtread_proc.c: Fix fd leaks.hasso2005-03-071-0/+2
| | | | [backport candidate]
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-2/+2
| | | | | * global: Replace strerror with safe_strerror. And vtysh/vtysh.c needs to include "log.h" to pick up the declaration.
* Initial revisionpaul2002-12-131-0/+169