]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: [7.0] remove vrf LSPs when vrf is deleted
authorMark Stapp <mjs@voltanet.io>
Tue, 14 May 2019 15:28:30 +0000 (11:28 -0400)
committerMark Stapp <mjs@voltanet.io>
Tue, 14 May 2019 15:28:30 +0000 (11:28 -0400)
commit57d9fa3bbd4adfc49afdccc3486e0e90f926ef30
tree2cfc36d66cee5a08c18f0ea60aeafa30fbe9853c
parent056c0cd070d3c7c5f174357610336cb891ed30e0
zebra: [7.0] 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