]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: When issuing `no ... ebgp-multihop` always resets 9876/head
authorDonald Sharp <sharpd@nvidia.com>
Sun, 24 Oct 2021 19:02:11 +0000 (15:02 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 24 Oct 2021 19:09:30 +0000 (15:09 -0400)
commit6e26b2e21f1f742bd0b4f40b4535c75b03b49a89
tree3d056262300ad99ba16d7c653c5b5473c98dfa03
parentcbdf0306139d64f3967e8f8ba321a39f32281b56
bgpd: When issuing `no ... ebgp-multihop` always resets

When removing the command `no neighbor <X> ebgp-multihop <Y>`
the bgp code was always resetting the connection even if
the command would do nothing.

Fixes: #6464
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgpd.c