]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: When issuing `no ... ebgp-multihop` always resets 9892/head
authorDonald Sharp <sharpd@nvidia.com>
Sun, 24 Oct 2021 19:02:11 +0000 (15:02 -0400)
committermergify-bot <noreply@mergify.io>
Tue, 26 Oct 2021 06:11:16 +0000 (06:11 +0000)
commit2c19f737ee99db2ed5ee918b9dce012e9843fdfb
tree6b3c2a8ce49c4f6c6361f0370de95d02b0c14779
parent37eba3635ba48983049df43c12a5964b45dc862e
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>
(cherry picked from commit 6e26b2e21f1f742bd0b4f40b4535c75b03b49a89)
bgpd/bgpd.c