]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Do route refresh after preference change
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 3 Jun 2025 14:56:41 +0000 (16:56 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 3 Jun 2025 14:56:41 +0000 (16:56 +0200)
commitd11b4c43fdeee2758ef8d00f94b5a2c772e0024f
treea038b79dd7127ff659c84cd8589f2f78904374ce
parentfe0c22277c2130cc088ff6fa2b768b1a2b645571
BGP: Do route refresh after preference change

Reconfiguration of preference is handled by nest code by asking for
reload, but in case of BGP with import table, that just reloaded routes
with the old preference. In BGP, we can handle that by triggering full
route refresh.

Although, it would be probably better to set preference in nest, when
a route is propagated from the import table.
proto/bgp/bgp.c