Page MenuHomeFreeBSD

bridge tests: test changing the bridge MTU
ClosedPublic

Authored by kp on Jul 23 2021, 6:05 PM.
Tags
None
Referenced Files
F146169513: D31289.id92902.diff
Sat, Feb 28, 10:18 AM
Unknown Object (File)
Thu, Feb 26, 10:29 AM
Unknown Object (File)
Thu, Feb 26, 5:14 AM
Unknown Object (File)
Sun, Feb 22, 5:32 AM
Unknown Object (File)
Tue, Feb 17, 2:58 PM
Unknown Object (File)
Jan 17 2026, 12:10 PM
Unknown Object (File)
Dec 20 2025, 5:56 PM
Unknown Object (File)
Dec 13 2025, 3:48 AM

Details

Summary

Changing the bridge MTU will now also change all of the member interface
MTUs. Test this.

MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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

Event Timeline

kp requested review of this revision.Jul 23 2021, 6:05 PM
kp added a parent revision: D31288: if_bridge: allow MTU changes.
donner added a subscriber: donner.
donner added inline comments.
tests/sys/net/if_bridge_test.sh
531

ifconfig | awk '$5 == "mtu" { print $6 }'

This revision is now accepted and ready to land.Jul 23 2021, 6:29 PM
This revision was landed with ongoing or failed builds.Jul 28 2021, 8:07 PM
This revision was automatically updated to reflect the committed changes.