Lines Matching +full:20 +full:a
78 check_fail $? "IP address addition passed for a device with a wrong MAC"
88 # Change of MAC address of a RIF should be forbidden if the new MAC
91 check_fail $? "change of MAC address passed for a wrong MAC"
107 # Test that it is possible to set an IP address on a VRF upper despite
132 # Create a FID RIF
138 # Prepare a device with a low MAC address
145 check_fail $? "Device with low MAC was permitted to attach a bridge with RIF"
173 # Create a FID RIF
180 # Prepare a device with a low MAC address
187 check_err $? "Could not attach a device with low MAC to a bridge with RIF"
189 # Port MAC address change should be allowed for a bridge with set MAC.
203 # Test that when a VLAN interface is deleted, its associated router
216 # If we leaked the previous RIF, then this should produce a trace
217 ip link add link br0 name br0.20 type vlan id 20
218 ip -6 address add 2001:db8:1::1/64 dev br0.20
219 ip link del dev br0.20
228 # Test that when a bridge with VLAN interfaces is deleted, we correctly
241 ip link add link br0 name br0.20 type vlan id 20
242 ip -6 address add 2001:db8:2::1/64 dev br0.20
246 # If we leaked previous RIFs, then this should produce a trace
270 # If we did not handle references correctly, then this should produce a
275 sleep 20
312 # This might generate a trace, if we did not handle the failure
325 # Test that on a given port a VLAN is only used once. Either as VLAN
326 # in a VLAN-aware bridge or as a VLAN device
448 ip link add link $swp1 name $swp1.20 type vlan id 20
451 ip link set dev $swp1.20 master br20
455 # might produce a trace
457 ip link del dev $swp1.20
478 ip link add link bond1 name bond1.20 type vlan id 20
487 ip link set dev bond1.20 master br20
511 ip link add link $swp1 name $swp1.20 type vlan id 20
512 ip -6 address add 2001:db8:20::1/64 dev $swp1.20
513 check_err $? "failed to configure ip address on $swp1.20"
517 ip link del dev $swp1.20
546 # Test that uppers of a VLAN interface are correctly sanitized
555 check_fail $? "managed to create a macvlan when should not"
559 check_err $? "did not manage to create a macvlan when should"
679 # Test that after executing all the above configuration tests, a
688 sleep 20