Download raw body.
bgpd: clear connected flag in nexthop_update
On Mon, Sep 21, 2026 at 01:25:39PM +0200, Claudio Jeker wrote: > Clear NEXTHOP_CONNECTED in nexthop_update() if msg->connected is false. > > Until now nexthop_update() only set but never reset NEXTHOP_CONNECTED. > As a result once the connected flag was set it remained set even if the > nexthop was no longer directly connected. > > Fix for issue #150 but with a lot less words. ok
bgpd: clear connected flag in nexthop_update