summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/vrf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vrf.h b/lib/vrf.h
index 617405a77e..eb35d97fe1 100644
--- a/lib/vrf.h
+++ b/lib/vrf.h
@@ -279,5 +279,6 @@ extern int vrf_netns_handler_create(struct vty *vty, struct vrf *vrf,
*/
extern void vrf_disable(struct vrf *vrf);
extern int vrf_enable(struct vrf *vrf);
+extern void vrf_delete(struct vrf *vrf);
#endif /*_ZEBRA_VRF_H*/