]> git.proxmox.com Git - mirror_frr.git/commit - zebra/kernel_null.c
[zebra] Add test rig code, for testing the zebra RIB
authorPaul Jakma <paul.jakma@sun.com>
Thu, 27 Jul 2006 19:59:58 +0000 (19:59 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Thu, 27 Jul 2006 19:59:58 +0000 (19:59 +0000)
commit457eb9af72e6e7aa85c26b65ba4d053f9ecbffac
treeca93002285032e0c845749cfd770a446a9fc702b
parent1893740016d35d75de567a5f6b74db2314ffdc52
[zebra] Add test rig code, for testing the zebra RIB

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.
zebra/ChangeLog
zebra/Makefile.am
zebra/ioctl_null.c [new file with mode: 0644]
zebra/kernel_null.c [new file with mode: 0644]
zebra/misc_null.c [new file with mode: 0644]
zebra/redistribute_null.c [new file with mode: 0644]
zebra/test_main.c [new file with mode: 0644]
zebra/zebra_rib.c