Lines Matching +full:20 +full:a

63 	# Test that it is possible to set an IP address on a VRF upper despite
90 # Create a FID RIF
97 # Prepare a device with a low MAC address
104 check_err $? "Could not attach a device with low MAC to a bridge with RIF"
106 # Port MAC address change should be allowed for a bridge with set MAC.
120 # Test that when a VLAN interface is deleted, its associated router
133 # If we leaked the previous RIF, then this should produce a trace
134 ip link add link br0 name br0.20 type vlan id 20
135 ip -6 address add 2001:db8:1::1/64 dev br0.20
136 ip link del dev br0.20
145 # Test that when a bridge with VLAN interfaces is deleted, we correctly
158 ip link add link br0 name br0.20 type vlan id 20
159 ip -6 address add 2001:db8:2::1/64 dev br0.20
163 # If we leaked previous RIFs, then this should produce a trace
187 # If we did not handle references correctly, then this should produce a
192 sleep 20
215 # Test that on a given port a VLAN is only used once. Either as VLAN
216 # in a VLAN-aware bridge or as a VLAN device
330 # Test that the reference count of a RIF configured for a LAG is
358 check_err $? "subport rif of lag device was destroyed after re-adding a port and removing another"
380 ip link add link $swp1 name $swp1.20 type vlan id 20
383 ip link set dev $swp1.20 master br20
387 # might produce a trace
389 ip link del dev $swp1.20
410 ip link add link bond1 name bond1.20 type vlan id 20
419 ip link set dev bond1.20 master br20
443 ip link add link $swp1 name $swp1.20 type vlan id 20
444 ip -6 address add 2001:db8:20::1/64 dev $swp1.20
445 check_err $? "failed to configure ip address on $swp1.20"
449 ip link del dev $swp1.20
478 # Test that uppers of a VLAN interface are correctly sanitized
488 check_err $? "did not manage to create a macvlan when should"
619 check_fail $? "managed to configure a nexthop with MPLS encap when should not"
625 check_fail $? "managed to configure a nexthop group with device-only nexthops when should not"
628 check_fail $? "managed to configure a too small resilient nexthop group when should not"
631 …check_fail $? "managed to configure a resilient nexthop group with invalid number of buckets when …
634 …check_fail $? "managed to configure a resilient nexthop group with device-only nexthops when shoul…
637 check_err $? "failed to configure a valid resilient nexthop group"
639 check_fail $? "managed to populate a nexthop bucket with a device-only nexthop when should not"
688 check_err $? "nexthop not marked as offloaded after replacing to use a valid address"
867 check_err $? "route not marked as offloaded after replacing valid nexthop with a valid one"
877 check_err $? "route not marked as offloaded after replacing invalid nexthop with a valid one"
900 check_fail $? "managed to set locked flag on a VLAN upper"
906 check_fail $? "managed to set locked flag on a bridge port that has a VLAN upper"
912 check_fail $? "managed to configure a VLAN upper on a locked port"
922 # Test that after executing all the above configuration tests, a
931 sleep 20