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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/redistribute_null.c b/zebra/redistribute_null.c
index c21ee44702..85d3bd2f1b 100644
--- a/zebra/redistribute_null.c
+++ b/zebra/redistribute_null.c
@@ -60,6 +60,10 @@ void zebra_interface_address_delete_update (struct interface *a,
struct connected *b)
{ return; }
+/* Interface parameters update */
+void zebra_interface_parameters_update (struct interface *ifp)
+{ return; };
+
void zebra_interface_vrf_update_del (struct interface *a, vrf_id_t new_vrf_id)
{ return; }