summaryrefslogtreecommitdiff
path: root/zebra/redistribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/redistribute.h')
-rw-r--r--zebra/redistribute.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/redistribute.h b/zebra/redistribute.h
index d56e3d0b97..bc30934030 100644
--- a/zebra/redistribute.h
+++ b/zebra/redistribute.h
@@ -52,6 +52,8 @@ extern void zebra_interface_address_add_update (struct interface *,
struct connected *);
extern void zebra_interface_address_delete_update (struct interface *,
struct connected *c);
+extern void zebra_interface_vrf_update_del (struct interface *, vrf_id_t new_vrf_id);
+extern void zebra_interface_vrf_update_add (struct interface *, vrf_id_t old_vrf_id);
extern int zebra_import_table (afi_t afi, u_int32_t table_id,
u_int32_t metric, int add);