summaryrefslogtreecommitdiffstats
path: root/zebra/if_proc.c
Commit message (Collapse)AuthorAgeFilesLines
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-3/+3
| | | | | * global: Replace strerror with safe_strerror. And vtysh/vtysh.c needs to include "log.h" to pick up the declaration.
* 2003-07-12 Matthias Ferdinand <mferd@sanet.de>paul2003-07-121-1/+2
| | | | | | | * zebra/if_proc.c: zebra does not close the file after reading /proc/net/dev for retrieving interface names and statistics. call fclose(fp) before returning from ifstat_update_proc() or interface_list_proc()
* Initial revisionpaul2002-12-131-0/+246