]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: restart on outgoing next hop setting change
authorMaria Matejka <mq@ucw.cz>
Wed, 25 Jun 2025 11:00:11 +0000 (13:00 +0200)
committerMaria Matejka <mq@ucw.cz>
Fri, 18 Jul 2025 11:05:52 +0000 (13:05 +0200)
commitdade7147eb6b62b2d58d478a370baef513d96975
tree769133405b895c98e71c5156538cf6689f76970b
parente21a39fa62b4b3f75d11a8301c7b7976812e4c4e
BGP: restart on outgoing next hop setting change

When next hop self / keep / address changed, BGP only reloaded
the exports but it didn't apply the changes. To fix this problem
before actually implementing a proper change detection algorithm,
we restart the protocol if this setting changes.

Fixes #280.
proto/bgp/bgp.c