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)
Thu, Nov 13, 12:51 PM
Unknown Object (File)
Wed, Nov 12, 5:40 PM
Unknown Object (File)
Fri, Nov 7, 11:00 PM
Unknown Object (File)
Wed, Nov 5, 3:55 PM
Unknown Object (File)
Wed, Nov 5, 10:38 AM
Unknown Object (File)
Tue, Nov 4, 12:47 PM
Unknown Object (File)
Tue, Nov 4, 12:41 PM
Unknown Object (File)
Tue, Nov 4, 9:24 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