https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264883

--- Comment #3 from Kristof Provost <k...@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.

Reply via email to