Lines Matching +full:10 +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
118 ip link add name vrf-test type vrf table 10
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
219 ip link add link br0 name br0.10 type vlan id 10
220 ip -6 address add 2001:db8:1::1/64 dev br0.10
221 ip link del dev br0.10
223 # If we leaked the previous RIF, then this should produce a trace
235 # Test that when a bridge with VLAN interfaces is deleted, we correctly
245 ip link add link br0 name br0.10 type vlan id 10
246 ip -6 address add 2001:db8:1::1/64 dev br0.10
253 # If we leaked previous RIFs, then this should produce a trace
271 bridge vlan add vid 10 dev $swp1 pvid untagged
272 bridge vlan add vid 10 dev $swp1 untagged
273 bridge vlan add vid 10 dev $swp1 pvid
274 bridge vlan add vid 10 dev $swp1
277 # If we did not handle references correctly, then this should produce a
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
338 bridge vlan add vid 10 dev $swp1
340 ip link add link $swp1 name $swp1.10 type vlan id 10 &> /dev/null
343 bridge vlan del vid 10 dev $swp1
344 ip link add link $swp1 name $swp1.10 type vlan id 10
346 bridge vlan add vid 10 dev $swp1 &> /dev/null
351 ip link del dev $swp1.10
368 ip link add link br0 name br0.10 up type vlan id 10
369 ip -6 address add 2001:db8:1::1/64 dev br0.10
372 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10
375 bridge vlan add vid 10 dev $swp1
377 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10
380 bridge vlan del vid 10 dev $swp1
382 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10
387 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10
392 ip link del dev br0.10
412 ip link add link bond1 name bond1.10 up type vlan id 10
414 ip -6 address add 2001:db8:2::1/64 dev bond1.10
420 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10
428 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10
436 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10
441 ip link del dev bond1.10
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"
496 ip link add link $swp1 name $swp1.10 type vlan id 10
499 ip link set dev $swp1.10 master br10
504 # might produce a trace
508 vconfig rem $swp1.10 &> /dev/null
526 ip link add link bond1 name bond1.10 type vlan id 10
533 ip link set dev bond1.10 master br10
556 ip link add link $swp1 name $swp1.10 type vlan id 10
557 ip -6 address add 2001:db8:10::1/64 dev $swp1.10
558 check_err $? "failed to configure ip address on $swp1.10"
567 ip link del dev $swp1.10
595 # Test that uppers of a VLAN interface are correctly sanitized
601 ip link add link br0 name br0.10 type vlan id 10
602 ip link add link br0.10 name macvlan0 \
604 check_fail $? "managed to create a macvlan when should not"
606 ip -6 address add 2001:db8:1::1/64 dev br0.10
607 ip link add link br0.10 name macvlan0 type macvlan mode private
608 check_err $? "did not manage to create a macvlan when should"
612 ip link add name vrf-test type vrf table 10
613 ip link set dev br0.10 master vrf-test
618 ip link set dev br0.10 master br-test &> /dev/null
739 check_fail $? "managed to configure a nexthop with MPLS encap when should not"
744 ip nexthop add id 10 group 1/2
745 check_fail $? "managed to configure a nexthop group with device-only nexthops when should not"
747 ip nexthop add id 10 group 3 type resilient buckets 7
748 check_fail $? "managed to configure a too small resilient nexthop group when should not"
750 ip nexthop add id 10 group 3 type resilient buckets 129
751 …check_fail $? "managed to configure a resilient nexthop group with invalid number of buckets when …
753 ip nexthop add id 10 group 1/2 type resilient buckets 32
754 …check_fail $? "managed to configure a resilient nexthop group with device-only nexthops when shoul…
756 ip nexthop add id 10 group 3 type resilient buckets 32
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"
763 ip nexthop del id 10
808 check_err $? "nexthop not marked as offloaded after replacing to use a valid address"
830 ip nexthop add id 10 group 1/2
845 ip nexthop show id 10
851 ip nexthop show id 10
857 ip nexthop show id 10
863 ip nexthop show id 10
871 ip nexthop del id 10
890 ip nexthop add id 10 group 1/2 type resilient buckets 32 idle_timer 0
935 ip nexthop del id 10
953 ip nexthop add id 10 group 1
955 ip nexthop show id 10
960 ip nexthop del id 10
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