blob: b6a124ff7ebf47cb48cf1fb67154320ac903aa79 [file] [log] [blame]
Andrew J. Schorra6974fe2006-08-02 16:47:03 +00001#include <zebra.h>
2
3#include "prefix.h"
4#include "zebra/rtadv.h"
5#include "zebra/irdp.h"
Paul Jakma457eb9a2006-07-27 19:59:58 +00006
7void ifstat_update_proc (void) { return; }
8#pragma weak rtadv_config_write = ifstat_update_proc
9#pragma weak irdp_config_write = ifstat_update_proc