]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_mpls.c
zebra: remove vrf LSPs when vrf is deleted
authorMark Stapp <mjs@voltanet.io>
Fri, 26 Apr 2019 21:06:24 +0000 (17:06 -0400)
committerMark Stapp <mjs@voltanet.io>
Tue, 7 May 2019 12:54:05 +0000 (08:54 -0400)
commitc2e1064474fdba9229e09e8fbf69deacb116ac68
tree061745de1edd2f00187e5b11bcbf5a03fb03aec0
parentb0a973b94a6858f6c8826f7a561e771866fa1da5
zebra: remove vrf LSPs when vrf is deleted

Try to remove any LSPs associated with a vrf when the vrf is
deleted. The vrf code was calling a helpful zebra_mpls api,
but that api was basically a no-op for vrfs other than
the default.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/zebra_mpls.c