File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / zebra / misc_null.c
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:26:11 2012 UTC (12 years, 5 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: #include <zebra.h>
    2: 
    3: #include "prefix.h"
    4: #include "zebra/rtadv.h"
    5: #include "zebra/irdp.h"
    6: #include "zebra/interface.h"
    7: 
    8: void ifstat_update_proc (void) { return; }
    9: #pragma weak rtadv_config_write = ifstat_update_proc
   10: #pragma weak irdp_config_write = ifstat_update_proc
   11: #pragma weak ifstat_update_sysctl = ifstat_update_proc

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>