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
F83361282: D31304.diff
Thu, May 9, 11:09 AM
Unknown Object (File)
Thu, May 9, 5:40 AM
Unknown Object (File)
Sun, May 5, 10:26 AM
Unknown Object (File)
Thu, Apr 25, 11:32 PM
Unknown Object (File)
Thu, Apr 25, 11:32 PM
Unknown Object (File)
Thu, Apr 25, 2:50 PM
Unknown Object (File)
Thu, Apr 25, 11:05 AM
Unknown Object (File)
Jan 14 2024, 8:39 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