From: Theo Buehler Subject: Re: bgpd: clear connected flag in nexthop_update To: tech@openbsd.org Date: Mon, 21 Sep 2026 08:26:47 -0600 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