Re: net.link.bridge.member_ifaddrs has landed in stable/14
Date: Fri, 23 May 2025 13:20:48 UTC
On Wed, May 21, 2025 at 05:04:50AM +0100, Lexi Winter wrote: >hello, > >i have just MFC'd the sysctl net.link.bridge.member_addrs to stable/14. >for detail see: https://cgit.freebsd.org/src/commit/?h=stable/14&id=ff1980d569c8167d38cda5f2713664866d9802bc > >in short, if you have a bridge with a lot of members (20+) and you do >not have any IP addresses assigned to those bridge members, you should >see a significant performance improvement from enabling this sysctl. > >please feel free to test this and report any problems. Hi, I'm not seeing that sysctl available yet, on a stable/14 system built a few hrs ago from sources updated today. % uname -aKU FreeBSD desktop.home.arpa 14.3-STABLE FreeBSD 14.3-STABLE stable/14-n271551-4e0a5fd7b608 DESKTOP amd64 1403501 1403501 % sysctl net.link.bridge.member_addrs sysctl: unknown oid 'net.link.bridge.member_addrs' % --