[Bug 287146] accept_rtadv does not work on bridged interface

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 29 May 2025 15:58:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287146

Martin Birgmeier <d8zNeCFG@aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Works As Intended

--- Comment #1 from Martin Birgmeier <d8zNeCFG@aon.at> ---
Looking at usr.sbin/rtsold/cap_llflags.c, the rtsol boot error seems to be due
to the fact that the code only succeeds if a link-local IPv6 address is found
on the interface.

So, reading again if_bridge(4), auto_linklocal must be set explicitly for
bridge0, and indeed, this gets rtsold going.

Sorry for the noise, closing this.

-- Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.