]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix removal of rd vpn export 7830/head
authorEmanuele Di Pascale <emanuele@voltanet.io>
Thu, 7 Jan 2021 14:23:44 +0000 (15:23 +0100)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Mon, 11 Jan 2021 09:15:18 +0000 (10:15 +0100)
commitc576dc6a4f5c62aeeb5e77e41c0f8efbf7f5797f
treed17cc786ef3ebe52e4fe64200bef71b0fff09660
parent174c5be33c433b9cc586d3aeee178407d282d97f
bgpd: fix removal of rd vpn export

a missing '!' operator meant that correct rd strings were being
rejected in the destroy callback, making it impossible to remove
once configured.

Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
bgpd/bgp_nb_config.c