Page MenuHomeFreeBSD

bridge tests: verify that we can't change MTU of bridge member interfaces
ClosedPublic

Authored by kp on Jul 26 2021, 11:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 14, 6:06 AM
Unknown Object (File)
Thu, May 9, 9:43 AM
Unknown Object (File)
Wed, May 8, 10:44 PM
Unknown Object (File)
Apr 19 2024, 1:29 AM
Unknown Object (File)
Apr 17 2024, 3:43 AM
Unknown Object (File)
Mar 28 2024, 8:14 PM
Unknown Object (File)
Jan 13 2024, 7:21 AM
Unknown Object (File)
Dec 21 2023, 4:33 AM

Details

Summary

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.
donner added inline comments.
tests/sys/net/if_bridge_test.sh
583

That's an interesting case. Why not try to set 2000?

This revision is now accepted and ready to land.Jul 27 2021, 6:05 AM
tests/sys/net/if_bridge_test.sh
583

This verifies that we can't change bridge member interface MTUs.

I think that trying to set it to the value it already has we'd still reject it and return an error. So if we tried to set 2000 we'd still get the error, but we couldn't verify that the value really didn't change.

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.