Page MenuHomeFreeBSD

if_bridge: allow MTU changes
ClosedPublic

Authored by kp on Jul 23 2021, 6:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 2, 3:09 AM
Unknown Object (File)
Mon, Dec 9, 2:53 AM
Unknown Object (File)
Dec 2 2024, 7:56 PM
Unknown Object (File)
Nov 29 2024, 7:28 PM
Unknown Object (File)
Nov 21 2024, 5:20 PM
Unknown Object (File)
Nov 15 2024, 5:37 PM
Unknown Object (File)
Oct 26 2024, 4:40 AM
Unknown Object (File)
Oct 4 2024, 9:52 PM

Details

Summary

if_bridge used to only allow MTU changes if the new MTU matched that of
all member interfaces. This doesn't really make much sense, in that we
really shouldn't be allowed to change the MTU of bridge member in the
first place.

Instead we now change the MTU of all member interfaces. If one fails we
revert all interfaces back to the original MTU.

We do not address the issue where bridge member interface MTUs can be
changed here.

MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable