summaryrefslogtreecommitdiff
path: root/zebra/redistribute_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/redistribute_null.c')
-rw-r--r--zebra/redistribute_null.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/zebra/redistribute_null.c b/zebra/redistribute_null.c
index c491c2baa7..44295be98b 100644
--- a/zebra/redistribute_null.c
+++ b/zebra/redistribute_null.c
@@ -47,6 +47,11 @@ void zebra_interface_delete_update (struct interface *a)
{ return; }
#endif
+void zebra_vrf_add_update (struct vrf *a)
+{ return; }
+void zebra_vrf_delete_update (struct vrf *a)
+{ return; }
+
void zebra_interface_address_add_update (struct interface *a,
struct connected *b)
{ return; }