Sponsored by: Rubicon Communications, LLC ("Netgate")
Details
Details
- Reviewers
donner - Group Reviewers
network pfsense - Commits
- rG441d15a4825c: bridge tests: verify that we can't change MTU of bridge member interfaces
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Warnings Severity Location Code Message Warning tests/sys/net/if_bridge_test.sh: CHMOD1 Invalid Executable - Unit
No Test Coverage - Build Status
Buildable 40672 Build 37561: arc lint + arc unit
Event Timeline
tests/sys/net/if_bridge_test.sh | ||
---|---|---|
583 | That's an interesting case. Why not try to set 2000? |
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. |