summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_socket.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch from LOOKUP() to lookup() for rtm_type (see bug #401 for details).pilot2007-09-141-1/+0
|
* Merged own patch for the bug #391 (debugging and comments mostly).pilot2007-08-131-0/+2
|
* [zebra] Fix mistake in previous commit and further compile warnings/errors.paul2005-11-241-0/+32
2005-11-24 Paul Jakma <paul.jakma@sun.com> * kernel_socket.h: New header for functions exported to sysctl methods. * kernel_socket.c: include previous. Remove static qualifier from couple of functions which are used by sysctl methods, incorrectly added in previous commit. Add a workaround for a bogus gcc warning to the RTA_ macros. * Makefile.am: Add kernel_socket.h to noinst_HEADERS * if_sysctl.c: include rt.h and kernel_socket.h and remove redundant prototypes. * rtread_sysctl.c: ditto. (route_read) fix mismatch of return values. * {rt,zserv,rib}.h: Include lib headers depended on.