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
F80170554: D31305.id.diff
Thu, Mar 28, 8:14 PM
Unknown Object (File)
Jan 13 2024, 7:21 AM
Unknown Object (File)
Dec 21 2023, 4:33 AM
Unknown Object (File)
Dec 20 2023, 1:15 AM
Unknown Object (File)
Dec 12 2023, 12:11 PM
Unknown Object (File)
Nov 21 2023, 5:57 AM
Unknown Object (File)
Nov 21 2023, 5:47 AM
Unknown Object (File)
Nov 13 2023, 3:29 PM

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.