From: Maria Matejka Date: Thu, 17 Jul 2025 17:11:25 +0000 (+0200) Subject: BGP: Reintroduce channel reload message on forced route refresh X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2785cca2f08531a1d9a1c4d5e02112dd2e0dcf0;p=thirdparty%2Fbird.git BGP: Reintroduce channel reload message on forced route refresh When reconfiguration needs a forced route refresh because of changed protocol/channel parameters, log the same message as v2 does. --- diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index d55c58ae0..2c10737f2 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -3230,7 +3230,10 @@ bgp_channel_reconfigure(struct channel *C, struct channel_config *CC, int *impor if (p->route_refresh) { if (c->c.channel_state == CS_UP) + { bgp_schedule_packet(p->conn, c, PKT_ROUTE_REFRESH); + log(L_INFO "Reloading channel %s.%s for import by route refresh", p->p.name, c->c.name); + } } else /* Route refresh not possible, restart needed */