]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Do not restart when next hop keep/self is changed master
authorMaria Matejka <mq@ucw.cz>
Tue, 29 Jul 2025 12:15:08 +0000 (14:15 +0200)
committerMaria Matejka <mq@ucw.cz>
Tue, 29 Jul 2025 12:15:08 +0000 (14:15 +0200)
commit6dc54cfd9a9daa964099d8aaf40b87f49bf29e72
tree45435fd6950187a2d2315e080c25a9d7e0e26b16
parent9a0b3bcaa2dfc7dee10065d01d6c3d022418b289
BGP: Do not restart when next hop keep/self is changed

The change in dade7147eb6b62b2d58d478a370baef513d96975 forces BGP to restart
even if next hop self and next hop keep changes, which can be updated just by
reloading export, while explicit next hop address can not.

Related to #280.
doc/bird.sgml
proto/bgp/bgp.c