diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2018-02-08 11:46:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-08 11:46:29 +0100 |
commit | 8e71b98f72e843d4910abd02410f07fe1e6565cc (patch) | |
tree | a84f92632eb0deed948f6b961c489573ede1ac0b /zebra/zebra_mpls.h | |
parent | Merge pull request #1721 from opensourcerouting/isis-monitor-fds (diff) | |
parent | bgpd: allow evpn safi under vrf instance (diff) | |
download | frr-8e71b98f72e843d4910abd02410f07fe1e6565cc.tar.xz frr-8e71b98f72e843d4910abd02410f07fe1e6565cc.zip |
Merge pull request #1654 from mkanjari/evpn-symm-routing-enhancements
Evpn symmetric routing enhancements
Diffstat (limited to 'zebra/zebra_mpls.h')
-rw-r--r-- | zebra/zebra_mpls.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zebra/zebra_mpls.h b/zebra/zebra_mpls.h index 9d8ca34f8..27a497169 100644 --- a/zebra/zebra_mpls.h +++ b/zebra/zebra_mpls.h @@ -385,6 +385,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. * NOTE: Currently supported only for default VRF. |