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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/redistribute_null.c b/zebra/redistribute_null.c
index 44295be98b..598eafc355 100644
--- a/zebra/redistribute_null.c
+++ b/zebra/redistribute_null.c
@@ -63,6 +63,12 @@ void zebra_interface_address_delete_update (struct interface *a,
{ return; }
#endif
+void zebra_interface_vrf_update_del (struct interface *a, vrf_id_t new_vrf_id)
+{ return; }
+
+void zebra_interface_vrf_update_add (struct interface *a, vrf_id_t old_vrf_id)
+{ return; }
+
int zebra_import_table (afi_t afi, u_int32_t table_id, u_int32_t metric,
int add)
{ return 0; }