]> git.proxmox.com Git - mirror_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)
committerEmanuele Di Pascale <emanuele@voltanet.io>
Mon, 9 Nov 2020 12:54:35 +0000 (13:54 +0100)
commit8ffeaddb5fdf780134b9eb6e8c54e9334147d3a5
tree5a91da8d656957ad096d04c4d3f54a617a749517
parent340434461b26e454eab6557eaf7a96e5dd0d7997
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