Re: net.link.bridge.member_ifaddrs has landed in stable/14

From: <ivy_at_FreeBSD.org>
Date: Fri, 23 May 2025 17:39:48 UTC
Peter Blok:
> I have compiled the latest 14-STABLE too and looked at my bridge
> configuration before changing this net.link.bridge.member_ifaddrs to
> 0.
> 
> After reboot my system did not respond on the IP4 bridge address and
> it turned out I had forgot "inet6 -auto_linklocal" on the member
> interface, which only had “up” before.

this should be fixed by https://reviews.freebsd.org/D50477, as long as
you have allow_llz_overlap set to 0 (which is the default, and there's
almost never any reason to change it).

> But now it is working fine.

thanks for testing!