diff options
Diffstat (limited to 'zebra/misc_null.c')
| -rw-r--r-- | zebra/misc_null.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/misc_null.c b/zebra/misc_null.c index 4137dc0038..a83c307413 100644 --- a/zebra/misc_null.c +++ b/zebra/misc_null.c @@ -29,6 +29,12 @@ void rtadv_config_write (struct vty *vty, struct interface *ifp) { return; } void irdp_config_write (struct vty *vty, struct interface *ifp) { return; } +#ifdef HAVE_PROC_NET_DEV +void ifstat_update_proc (void) { return; } +#endif +#ifdef HAVE_NET_RT_IFLIST +void ifstat_update_sysctl (void) { return; } +#endif void zfpm_trigger_update (struct route_node *rn, const char *reason) |
