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
229 # This might generate a trace, if we did not handle the failure
242 # Test that on a given port a VLAN is only used once. Either as VLAN
243 # in a VLAN-aware bridge or as a VLAN device
357 # Test that the reference count of a RIF configured for a LAG is
385 check_err $? "subport rif of lag device was destroyed after re-adding a port and removing another"
407 ip link add link $swp1 name $swp1.20 type vlan id 20
410 ip link set dev $swp1.20 master br20
414 # might produce a trace
416 ip link del dev $swp1.20
437 ip link add link bond1 name bond1.20 type vlan id 20
446 ip link set dev bond1.20 master br20
470 ip link add link $swp1 name $swp1.20 type vlan id 20
471 ip -6 address add 2001:db8:20::1/64 dev $swp1.20
472 check_err $? "failed to configure ip address on $swp1.20"
476 ip link del dev $swp1.20
505 # Test that uppers of a VLAN interface are correctly sanitized
514 check_fail $? "managed to create a macvlan when should not"
518 check_err $? "did not manage to create a macvlan when should"
649 check_fail $? "managed to configure a nexthop with MPLS encap when should not"
655 check_fail $? "managed to configure a nexthop group with device-only nexthops when should not"
658 check_fail $? "managed to configure a too small resilient nexthop group when should not"
661 …check_fail $? "managed to configure a resilient nexthop group with invalid number of buckets when …
664 …check_fail $? "managed to configure a resilient nexthop group with device-only nexthops when shoul…
667 check_err $? "failed to configure a valid resilient nexthop group"
669 check_fail $? "managed to populate a nexthop bucket with a device-only nexthop when should not"
718 check_err $? "nexthop not marked as offloaded after replacing to use a valid address"
897 check_err $? "route not marked as offloaded after replacing valid nexthop with a valid one"
907 check_err $? "route not marked as offloaded after replacing invalid nexthop with a valid one"
922 # Test that after executing all the above configuration tests, a
931 sleep 20