summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_socket.c
Commit message (Collapse)AuthorAgeFilesLines
* 2003-09-24 sowmini.varadhan@sun.compaul2003-09-241-7/+54
| | | | | | | | | * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple address families in the absence of sa_len element in struct sockaddr. (ifm_read): Handle solaris 9 if_msghdr_t. Deal with interfaces which are incomplete, lookup on name rather than the placeholder interface index of -1.
* 2003-08-01 Cougar <cougar@random.ee>paul2003-08-011-2/+1
| | | | | | | | | | | | | | * lib/if.c: (if_cmp_func) new function, compare interface names in alphabetical order. (if_create) Take name as argument and add interface in sorted order. (if_get_by_name),(interface_cmd) fixup calls to if_create - see above. (if_init) register list comparison function. * lib/if.h: Add comparison function, modify if_create prototype. * lib/zclient.c: Modify call to if_create. * ospfd/ospf_interface.c: (ospf_vl_new) modify call to if_create. change sprintf to snprintf. * zebra/kernel_socket.c: (ifm_read) modify call to if_create.
* 2003-07-8 Chris Andrews <chris@nodnol.org>paul2003-07-081-4/+3
| | | | | | | * 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-07 Paul Jakma <paul@dishone.st>paul2003-06-061-1/+2
| | | | | * Revert Cougar's sort interface names patch, causes problems with enabling of interfaces for OSPF in ospfd.
* Patch from Cougar - sort iflist by name.hasso2003-06-051-2/+1
|
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-0/+10
| | | | * Merge of zebra privileges
* Last fixes from 6Wind patch.hasso2003-05-251-3/+4
|
* Route (reject|blackhole) support from 6Wind patch.hasso2003-05-251-0/+10
|
* Initial revisionpaul2002-12-131-0/+811