Page MenuHomeFreeBSD

net: disallow MTU changes on bridge member interfaces
ClosedPublic

Authored by kp on Jul 26 2021, 11:55 AM.
Tags
None
Referenced Files
F147776945: D31304.id92903.diff
Fri, Mar 13, 2:13 PM
Unknown Object (File)
Mon, Mar 9, 11:33 PM
Unknown Object (File)
Thu, Mar 5, 2:12 AM
Unknown Object (File)
Jan 27 2026, 7:16 PM
Unknown Object (File)
Jan 17 2026, 9:20 AM
Unknown Object (File)
Jan 5 2026, 2:45 PM
Unknown Object (File)
Dec 20 2025, 9:15 AM
Unknown Object (File)
Dec 4 2025, 7:42 AM

Details

Summary

if_bridge member interfaces should always have the same MTU as the
bridge itself, so disallow MTU changes on interfaces that are part of an
if_bridge.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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

Event Timeline

donner added a subscriber: donner.

Because this is an incompatible change to current behavior, it should be mentioned in the RELNOTES or UPDATEING

This revision is now accepted and ready to land.Jul 27 2021, 6:03 AM