Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zebra: test_main.c should be a bit more helpful about its usage | Paul Jakma | 2009-08-28 | 1 | -1/+5 |
| | | | | * test_main.c: If required arguments are missing, say that. | ||||
* | all: check return value from daemon() call | Stephen Hemminger | 2009-08-13 | 1 | -2/+5 |
| | | | | | | * */*main.c: (main) Current versions of Gcc warn if the return value for daemon() is not checked. So add a simple test and exit on failure. | ||||
* | [daemons/cleanup] Remove disabled log_mode argument support. | Jeremy Jackson | 2009-06-18 | 1 | -6/+1 |
| | | | | | * */*main.c: Seems that the actual code was removed previously, but the argument processing code remained. | ||||
* | + sayonara old_pid! | Denis Ovsienko | 2007-09-14 | 1 | -4/+0 |
| | |||||
* | [zebra] Add test rig code, for testing the zebra RIB | Paul Jakma | 2006-07-27 | 1 | -0/+337 |
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. |