summaryrefslogtreecommitdiffstats
path: root/zebra/kernel_null.c
Commit message (Collapse)AuthorAgeFilesLines
* Manage system routes with zebraStephen Hemminger2008-08-151-3/+3
| | | | | | This adds a new flag to the zebra daemon that causes it to add and remove system routes (ie connected and kernel routes). This causes user space (zebra) to do what the kernel was doing in hollwood.
* [testzebra] stubs should call kernel_address_add on IP address installpaul2007-04-101-2/+17
| | | | | | | | 2007-04-08 Paul Jakma <paul.jakma@sun.com> * {ioctl,kernel}_null.c: Install of IP address should reflect back to zebra via kernel_address_add..., makes testzebra more useful.
* [zebra] Add test rig code, for testing the zebra RIBpaul2006-07-271-0/+25
2006-07-27 Paul Jakma <paul.jakma@sun.com> * {ioctl,kernel}_null.c: Dummy/Null kernel method implementations, useful for testing zebra code that calls such methods. * {redistribute,misc}_null.c: Dummy/Null methods, as above. But for zclient, and for various misc functions. * test_main.c: Test harness for zebra, currently just to test the RIB. * Makefile.am: Build testzebra using above. * zebra_rib.c: Add a global for the workqueue hold time, useful for testing.