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, Dec 19, 3:33 PM
Unknown Object (File)
Thu, Dec 19, 10:22 AM
Unknown Object (File)
Mon, Dec 9, 4:33 PM
Unknown Object (File)
Nov 21 2024, 9:57 AM
Unknown Object (File)
Nov 20 2024, 8:26 AM
Unknown Object (File)
Nov 20 2024, 12:19 AM
Unknown Object (File)
Nov 19 2024, 1:32 AM
Unknown Object (File)
Nov 17 2024, 2:05 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