Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [zebra] add more stuff to misc_null to avoid compile breakages | paul | 2006-08-04 | 1 | -0/+2 |
| | | | | | | | 2006-08-04 Paul Jakma <paul.jakma@sun.com> * misc_null.c: Add ifstat_update_sysctl, add another required header. | ||||
* | [testzebra] Patch to misc_null.c to get older gcc to recognize #pragma tricks | ajs | 2006-08-02 | 1 | -0/+5 |
| | | | | | | | 2006-08-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * misc_null.c: Must include header files to get older versions of gcc to process the #pragma statements properly. | ||||
* | [zebra] Add test rig code, for testing the zebra RIB | paul | 2006-07-27 | 1 | -0/+4 |
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. |