Lines Matching +full:10 +full:a

6 # |  + $h1.10             |                          |  + $h2.10              |
19 # | | vid 10 vid 10 | |
26 # | | vid 10 pvid untagged vid 20 pvid untagged | |
61 # | | vid 10 pvid untagged | | | | vid 10 pvid untagged | |
71 # | | | vid 10 | | | | | vid 10 | |
78 # | | | + w2.10 | | | | | + w2.10 | |
108 vlan_create $h1 10 v$h1 192.0.2.1/28
115 vlan_destroy $h1 10
124 vlan_create $h2 10 v$h2 192.0.2.2/28
131 vlan_destroy $h2 10
170 bridge vlan add vid 10 dev vx10 pvid untagged
182 bridge vlan add vid 10 dev $swp1
187 bridge vlan add vid 10 dev $swp2
206 bridge vlan del vid 10 dev $swp2
211 bridge vlan del vid 10 dev $swp1
221 bridge vlan del vid 10 dev vx10
271 bridge vlan add vid 10 dev w1
283 bridge vlan add vid 10 dev vx10 pvid untagged
297 vlan_create w2 10 vw2 $host_addr1/28
384 # configured. Try the other scenario of attaching these devices to a bridge
403 bridge vlan add vid 10 dev vx10 pvid untagged
420 ping_test $h1.10 192.0.2.2 ": local->local vid 10"
422 ping_test $h1.10 192.0.2.3 ": local->remote 1 vid 10"
423 ping_test $h1.10 192.0.2.4 ": local->remote 2 vid 10"
443 # those are dropped due to MAC address mismatch; and skip_sw is a no-go
487 local -a expects=("${@}")
489 local -a counters=($h2 "vx10 ns1" "vx20 ns1" "vx10 ns2" "vx20 ns2")
502 local -a t0s=($(flood_fetch_stats "${counters[@]}"))
503 $MZ $h1 -Q $vid -c 10 -d 100msec -p 64 -b $mac -B $dst -t icmp -q
505 local -a t1s=($(flood_fetch_stats "${counters[@]}"))
527 local -a expects=("${@}")
538 __test_flood de:ad:be:ef:13:37 192.0.2.100 10 "flood vlan 10" \
539 10 10 0 10 0
541 10 0 10 0 10
567 local -a expects=(0 0 0 0 0)
568 expects[$hit_idx]=10
577 local -a targets=("$h2_mac $h2"
582 log_info "unicast vlan 10"
585 vxlan_fdb_add_del add 10 $target
588 __test_unicast $h2_mac 192.0.2.2 0 10 "local MAC unicast"
589 __test_unicast $r1_mac 192.0.2.3 1 10 "remote MAC 1 unicast"
590 __test_unicast $r2_mac 192.0.2.4 3 10 "remote MAC 2 unicast"
593 vxlan_fdb_add_del del 10 $target
616 local -a expects=(0 0 0 0 0)
619 local vid=10
624 expects[0]=10; expects[1]=10; expects[3]=10
632 bridge vlan add vid 10 dev vx10
634 expects[0]=10; expects[1]=0; expects[3]=0
642 bridge vlan add vid 10 dev vx10 pvid untagged
644 expects[0]=10; expects[1]=10; expects[3]=10
649 # Add a new VLAN and test that it does not affect flooding
654 expects[0]=10; expects[1]=10; expects[3]=10
665 bridge vlan del vid 10 dev vx10
667 expects[0]=10; expects[1]=0; expects[3]=0
675 bridge vlan add vid 10 dev vx10 pvid untagged
677 expects[0]=10; expects[1]=10; expects[3]=10
685 local -a expects=(0 0 0 0 0)
696 expects[0]=10; expects[$idx1]=10; expects[$idx2]=10
701 # Send a packet with source mac set to $mac from host w2 and check that
702 # a corresponding entry is created in the VxLAN device
705 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
720 expects[0]=0; expects[$idx1]=10; expects[$idx2]=0
732 expects[0]=10; expects[$idx1]=10; expects[$idx2]=10
740 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
750 expects[0]=0; expects[$idx1]=10; expects[$idx2]=0
761 expects[0]=10; expects[$idx1]=10; expects[$idx2]=10
772 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
782 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
797 local vid=10
799 # Enable learning on the VxLAN devices and set ageing time to 10 seconds
801 ip link set dev vx10 type vxlan ageing 10
803 ip link set dev vx20 type vxlan ageing 10
807 log_info "learning vlan 10"