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

    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>