Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-28 | zebra: test_main.c should be a bit more helpful about its usage | Paul Jakma | |
* test_main.c: If required arguments are missing, say that. | |||
2009-08-13 | all: check return value from daemon() call | Stephen Hemminger | |
* */*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. | |||
2009-06-18 | [daemons/cleanup] Remove disabled log_mode argument support. | Jeremy Jackson | |
* */*main.c: Seems that the actual code was removed previously, but the argument processing code remained. | |||
2007-09-14 | + sayonara old_pid! | Denis Ovsienko | |
2006-07-27 | [zebra] Add test rig code, for testing the zebra RIB | Paul Jakma | |
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. |