mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 16:57:25 +00:00

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.
5 lines
149 B
C
5 lines
149 B
C
|
|
void ifstat_update_proc (void) { return; }
|
|
#pragma weak rtadv_config_write = ifstat_update_proc
|
|
#pragma weak irdp_config_write = ifstat_update_proc
|