Hi all, > Am 22.05.2025 um 02:14 schrieb void <v...@f-m.fm>: > > On Fri, May 16, 2025 at 09:21:29PM +0100, Lexi Winter wrote: > >> i am not sure about this. i admit i have not done a survey :-) however, >> i believe most people using jails or bhyve are not affected. the >> Handbook is clear about the correct way to configure this[0], so people >> who followed the handbook to configure their jails or bhyve VMs should >> not run into this problem. > > Your belief that most people using bhyve and jails would be unaffected > is, I think, misplaced. The handbook has only been clear about > the "correct way to configure" this since around the middle of last year [1] > [...]
The handbook has always been clear about the only correct way to configure a bridge and member interfaces since the introduction of if_bridge(4) and the removal of the previous bridge(4) in 2007: https://svnweb.freebsd.org/doc/head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml?revision=30565&view=markup If the bridge host needs an IP address then the correct place to set this is on the bridge interface itself rather than one of the member interfaces. This can be set statically or via DHCP. Kind regards, Patrick