Page MenuHomeFreeBSD

bridge tests: test changing the bridge MTU
ClosedPublic

Authored by kp on Jul 23 2021, 6:05 PM.
Tags
None
Referenced Files
F170953408: D31289.id.diff
Mon, Sep 7, 8:13 PM
Unknown Object (File)
Sat, Sep 5, 10:57 AM
Unknown Object (File)
Sat, Sep 5, 6:58 AM
Unknown Object (File)
Thu, Sep 3, 5:03 AM
Unknown Object (File)
Wed, Sep 2, 11:45 AM
Unknown Object (File)
Tue, Sep 1, 8:45 AM
Unknown Object (File)
Tue, Sep 1, 5:00 AM
Unknown Object (File)
Mon, Aug 31, 9:28 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
rS FreeBSD src repository - subversion
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningtests/sys/net/if_bridge_test.sh:CHMOD1Invalid Executable
Unit
No Test Coverage
Build Status
Buildable 40645
Build 37534: arc lint + arc unit

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.