summaryrefslogtreecommitdiffstats
path: root/zebra/ipforward_solaris.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-6/+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
* 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-291-1/+3
| | | | | | | | | | | | | * if_ioctl_solaris.c: (interface_list_ioctl) Save errno before calling zserv_privs.change. * ioctl{,_solaris}.c: (if_ioctl,if_ioctl_ipv6) Save errno before calling zserv_privs.change. * ipforward_solaris.c: (solaris_nd) Save errno before calling zserv_privs.change. * irdp_main.c: (irdp_sock_init) Save errno before calling zserv_privs.change. [backport candidate]
* 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.
* 2004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com>paul2004-05-091-5/+6
| | | | * ipforward_solaris.c: fix typo of ND variable.
* 2003-07-8 Chris Andrews <chris@nodnol.org>paul2003-07-081-2/+4
| | | | | | | * zebra/kernel_socket.c: Update for new zebrad global struct * zebra/ipforward_solaris.c: Add missing privs.h include. Uncomment /dev/ip define. * lib/zebra.h: Add typedefs for SunOS.
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-18/+40
| | | | * Merge of zebra privileges
* Jim Crumpler:merge.zprivs.head.1paul2003-05-241-35/+95
| | | | working ipforward_solaris.c
* Initial revisionpaul2002-12-131-0/+77