Re: HEADS UP: 15.0-CURRENT, chan ge to bridge(4) might break some network configurations wit h “Invalid argument”
void <[email protected]>
| Newsgroups | gmane.os.freebsd.current,gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <aC9-DphRI9TrsG32@int21h> |
On Thu, May 22, 2025 at 08:09:13PM +0100, Lexi Winter wrote: >as kp said, this is broken, but you can trivially fix it by moving the >IP addresses to the bridge interface instead. note that for SLAAC to >work on a bridge, you have to set ‘accept_rtadv’ and ‘auto_linklocal’ on >the bridge interface explicitly (this is an unrelated issue specific to >if_bridge(4)). Thanks, understood --