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
Unknown Object (File)
Mon, Aug 10, 12:28 PM
Unknown Object (File)
Mon, Aug 10, 12:21 PM
Unknown Object (File)
Mon, Aug 10, 12:21 PM
Unknown Object (File)
Sat, Aug 1, 5:51 AM
Unknown Object (File)
Fri, Jul 31, 12:31 PM
Unknown Object (File)
Fri, Jul 31, 3:51 AM
Unknown Object (File)
Sun, Jul 26, 6:03 AM
Unknown Object (File)
Jul 25 2026, 2:43 PM

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