]> git.proxmox.com Git - mirror_frr.git/commit
zebra: [7.1] remove vrf LSPs when vrf is deleted
authorMark Stapp <mjs@voltanet.io>
Tue, 14 May 2019 16:21:29 +0000 (12:21 -0400)
committerMark Stapp <mjs@voltanet.io>
Tue, 14 May 2019 16:21:29 +0000 (12:21 -0400)
commit94cb112b4a53cb7d8824dcde22cdb491c36f6a7a
tree0094b256a6e6c7ad07119599520c133122a6a273
parentd466a80f067627966c2c95ac292e5364aa96d904
zebra: [7.1] 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