Lines Matching +full:20 +full:a
85 check_fail $? "IP address addition passed for a device with a wrong MAC"
95 # Change of MAC address of a RIF should be forbidden if the new MAC
98 check_fail $? "change of MAC address passed for a wrong MAC"
114 # Test that it is possible to set an IP address on a VRF upper despite
139 # Create a FID RIF
145 # Prepare a device with a low MAC address
152 check_fail $? "Device with low MAC was permitted to attach a bridge with RIF"
180 # Create a FID RIF
187 # Prepare a device with a low MAC address
194 check_err $? "Could not attach a device with low MAC to a bridge with RIF"
196 # Port MAC address change should be allowed for a bridge with set MAC.
210 # Test that when a VLAN interface is deleted, its associated router
223 # If we leaked the previous RIF, then this should produce a trace
224 ip link add link br0 name br0.20 type vlan id 20
225 ip -6 address add 2001:db8:1::1/64 dev br0.20
226 ip link del dev br0.20
235 # Test that when a bridge with VLAN interfaces is deleted, we correctly
248 ip link add link br0 name br0.20 type vlan id 20
249 ip -6 address add 2001:db8:2::1/64 dev br0.20
253 # If we leaked previous RIFs, then this should produce a trace
277 # If we did not handle references correctly, then this should produce a
282 sleep 20
319 # This might generate a trace, if we did not handle the failure
332 # Test that on a given port a VLAN is only used once. Either as VLAN
333 # in a VLAN-aware bridge or as a VLAN device
447 # Test that the reference count of a RIF configured for a LAG is
475 check_err $? "subport rif of lag device was destroyed after re-adding a port and removing another"
497 ip link add link $swp1 name $swp1.20 type vlan id 20
500 ip link set dev $swp1.20 master br20
504 # might produce a trace
506 ip link del dev $swp1.20
527 ip link add link bond1 name bond1.20 type vlan id 20
536 ip link set dev bond1.20 master br20
560 ip link add link $swp1 name $swp1.20 type vlan id 20
561 ip -6 address add 2001:db8:20::1/64 dev $swp1.20
562 check_err $? "failed to configure ip address on $swp1.20"
566 ip link del dev $swp1.20
595 # Test that uppers of a VLAN interface are correctly sanitized
604 check_fail $? "managed to create a macvlan when should not"
608 check_err $? "did not manage to create a macvlan when should"
739 check_fail $? "managed to configure a nexthop with MPLS encap when should not"
745 check_fail $? "managed to configure a nexthop group with device-only nexthops when should not"
748 check_fail $? "managed to configure a too small resilient nexthop group when should not"
751 …check_fail $? "managed to configure a resilient nexthop group with invalid number of buckets when …
754 …check_fail $? "managed to configure a resilient nexthop group with device-only nexthops when shoul…
757 check_err $? "failed to configure a valid resilient nexthop group"
759 check_fail $? "managed to populate a nexthop bucket with a device-only nexthop when should not"
808 check_err $? "nexthop not marked as offloaded after replacing to use a valid address"
987 check_err $? "route not marked as offloaded after replacing valid nexthop with a valid one"
997 check_err $? "route not marked as offloaded after replacing invalid nexthop with a valid one"
1012 # Test that after executing all the above configuration tests, a
1021 sleep 20