[Bug 264883] ena and epair interfaces cannot be members of the same bridge
Date: Sat, 25 Jun 2022 17:39:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264883 --- Comment #3 from Kristof Provost <kp@freebsd.org> --- So it turns out I'd misremembered the change in 14. That one was to allow MTU changes on a bridge (by changing all of the member interface MTUs). That's useful, but not what you need. This allows interfaces with different MTUs to be added to a bridge as well: https://reviews.freebsd.org/D35597 I'm not going to MFC that change, but in 13.1 and earlier you can work around the problem by doing `ifconfig epair0a mtu 9001 ; ifconfig bridge0 addm epair0a`. -- You are receiving this mail because: You are the assignee for the bug.