]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_mpls.h
Merge pull request #1654 from mkanjari/evpn-symm-routing-enhancements
[mirror_frr.git] / zebra / zebra_mpls.h
index 9d8ca34f82cbaa4e54d3b9a198994a14eef71bc8..27a49716913b41a0d4b95fce0260a88a27f10748 100644 (file)
@@ -384,6 +384,13 @@ void zebra_mpls_print_lsp_table(struct vty *vty, struct zebra_vrf *zvrf,
  */
 int zebra_mpls_write_lsp_config(struct vty *vty, struct zebra_vrf *zvrf);
 
+/*
+ * Called when VRF becomes inactive, cleans up information but keeps
+ * the table itself.
+ * NOTE: Currently supported only for default VRF.
+ */
+void zebra_mpls_cleanup_tables(struct zebra_vrf *zvrf);
+
 /*
  * Called upon process exiting, need to delete LSP forwarding
  * entries from the kernel.