]> git.puffer.fish Git - matthieu/frr.git/commit
tools: fix frr-reload l2vpn delete
authorEmanuele Di Pascale <emanuele@voltanet.io>
Wed, 11 Nov 2020 16:29:15 +0000 (17:29 +0100)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Wed, 18 Nov 2020 10:44:39 +0000 (11:44 +0100)
commit8239db83b0436f40d4faf35125b6cd90dec9d023
treebe681c6e5bf38882f05abcfad486fb2e43678a09
parent4287336cd7fed5ad1bd65f0d57cac513b1754be2
tools: fix frr-reload l2vpn delete

when deleting a whole l2vpn context in ldpd which also had pseudowires
in it, we were first deleting the l2vpn with a 'no l2vpn XXX' command,
and then adding it again by running 'l2vpn XXX\n no member pseudowire YYY'
which obviously was not needed. As a result the l2vpn would be reinstated.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
tools/frr-reload.py