summaryrefslogtreecommitdiff
path: root/zebra/misc_null.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-02-13 00:29:37 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-03-25 08:52:36 +0100
commit4f8ea50c0d97e8f339b40d95ce428f4ffd66ba76 (patch)
treed2b9bf793d33f1c14d17f8cf1db7750f0b645e8a /zebra/misc_null.c
parent5986b66b82d2c8a15c9467032d912be07481f07d (diff)
zebra: fpm: convert into module
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/misc_null.c')
-rw-r--r--zebra/misc_null.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/zebra/misc_null.c b/zebra/misc_null.c
index a83c307413..49cb92bd7d 100644
--- a/zebra/misc_null.c
+++ b/zebra/misc_null.c
@@ -25,7 +25,6 @@
#include "zebra/rtadv.h"
#include "zebra/irdp.h"
#include "zebra/interface.h"
-#include "zebra/zebra_fpm.h"
void rtadv_config_write (struct vty *vty, struct interface *ifp) { return; }
void irdp_config_write (struct vty *vty, struct interface *ifp) { return; }
@@ -35,9 +34,3 @@ void ifstat_update_proc (void) { return; }
#ifdef HAVE_NET_RT_IFLIST
void ifstat_update_sysctl (void) { return; }
#endif
-
-void
-zfpm_trigger_update (struct route_node *rn, const char *reason)
-{
- return;
-}