Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153192701
D31305.id92740.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
454 B
Referenced Files
None
Subscribers
None
D31305.id92740.diff
View Options
Index: tests/sys/net/if_bridge_test.sh
===================================================================
--- tests/sys/net/if_bridge_test.sh
+++ tests/sys/net/if_bridge_test.sh
@@ -577,6 +577,11 @@
check_mtu ${bridge} 2000
check_mtu ${gif} 2000
check_mtu ${epair}a 2000
+
+ # We're not allowed to change the MTU of a member interface
+ atf_check -s exit:1 -e ignore \
+ ifconfig ${epair}a mtu 1900
+ check_mtu ${epair}a 2000
}
mtu_cleanup()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 5:32 PM (11 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31853961
Default Alt Text
D31305.id92740.diff (454 B)
Attached To
Mode
D31305: bridge tests: verify that we can't change MTU of bridge member interfaces
Attached
Detach File
Event Timeline
Log In to Comment