summaryrefslogtreecommitdiffstats
path: root/lib/if.c
Commit message (Collapse)AuthorAgeFilesLines
* 2003-08-01 Cougar <cougar@random.ee>paul2003-08-011-11/+58
| | | | | | | | | | | | | | * 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-06-07 Paul Jakma <paul@dishone.st>paul2003-06-061-58/+11
| | | | | * 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-11/+58
|
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-241-2/+6
| | | | ensure only interfaces that are inactive or do not exist can be deleted
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-231-0/+26
| | | | | | | | Add the 'no interface' command to all the daemons and vtysh. now it's possible to delete interface from routeing daemons as well only if it doesn't exist in os. http://hasso.linux.ee/zebra/ht-no_interface_fix.patch
* Undo Hasso last patch, about to apply a slightly updated patch.paul2003-05-231-26/+0
|
* From: Hasso Tepper <hasso@estpak.ee>paul2003-05-231-0/+26
| | | | | | http://hasso.linux.ee/zebra/ht-no_interface-23052003.patch Add the 'no interface' command to all the daemons and vtysh.
* [zebra 14631] Generic PtP and RFC3021 interface addressing supportpatch.z14631.ptp.rfc3021paul2002-12-131-21/+13
|
* zebra link state detection supportpatch.z12269.linkstatepaul2002-12-131-0/+16
|
* Added RIPv1 patch - bug fixes and improved/more interoperable classfulpatch.z15769.ripv1paul2002-12-131-0/+59
| | | | subnet handling
* Initial revisionpaul2002-12-131-0/+713