summaryrefslogtreecommitdiff
path: root/staticd/static_zebra.h
diff options
context:
space:
mode:
Diffstat (limited to 'staticd/static_zebra.h')
-rw-r--r--staticd/static_zebra.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/staticd/static_zebra.h b/staticd/static_zebra.h
index 15f5410b81..962dc3908f 100644
--- a/staticd/static_zebra.h
+++ b/staticd/static_zebra.h
@@ -28,4 +28,7 @@ extern void static_zebra_route_add(struct route_node *rn,
struct static_route *si_changed,
vrf_id_t vrf_id, safi_t safi, bool install);
extern void static_zebra_init(void);
+extern void static_zebra_vrf_register(struct vrf *vrf);
+extern void static_zebra_vrf_unregister(struct vrf *vrf);
+
#endif