]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: avoid needless ebgp mhop reset
authorEmanuele Di Pascale <emanuele@voltanet.io>
Mon, 9 Nov 2020 10:05:04 +0000 (11:05 +0100)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 17 Nov 2020 18:07:58 +0000 (21:07 +0300)
commit951f38b1022a95cf7745bc69c3afc4db3cdf1963
treea65cdecc738490609855caa225078ed773eff195
parentf3a2b2a1f869820f2db1c608860ca81abb1fc01b
bgpd: avoid needless ebgp mhop reset

if the user sets the ebgp-multihop for a neighbor to the same value
we currently have, avoid resetting the session and just return a
silent success.

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