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
550 __test_flood de:ad:be:ef:13:37 192.0.2.100 10 \
551 "flood vlan 10, unresolved FDB entry" 10 10 0 10 0
553 "flood vlan 20, unresolved FDB entry" 10 0 10 0 10
582 local -a expects=(0 0 0 0 0)
583 expects[$hit_idx]=10
592 local -a targets=("$h2_mac $h2"
597 log_info "unicast vlan 10"
600 vxlan_fdb_add_del add 10 $target
603 __test_unicast $h2_mac 192.0.2.2 0 10 "local MAC unicast"
604 __test_unicast $r1_mac 192.0.2.3 1 10 "remote MAC 1 unicast"
605 __test_unicast $r2_mac 192.0.2.4 3 10 "remote MAC 2 unicast"
608 vxlan_fdb_add_del del 10 $target
631 local -a expects=(0 0 0 0 0)
634 local vid=10
639 expects[0]=10; expects[1]=10; expects[3]=10
647 bridge vlan add vid 10 dev vx10
649 expects[0]=10; expects[1]=0; expects[3]=0
657 bridge vlan add vid 10 dev vx10 pvid untagged
659 expects[0]=10; expects[1]=10; expects[3]=10
664 # Add a new VLAN and test that it does not affect flooding
669 expects[0]=10; expects[1]=10; expects[3]=10
680 bridge vlan del vid 10 dev vx10
682 expects[0]=10; expects[1]=0; expects[3]=0
690 bridge vlan add vid 10 dev vx10 pvid untagged
692 expects[0]=10; expects[1]=10; expects[3]=10
700 local -a expects=(0 0 0 0 0)
711 expects[0]=10; expects[$idx1]=10; expects[$idx2]=10
716 # Send a packet with source mac set to $mac from host w2 and check that
717 # a corresponding entry is created in the VxLAN device
720 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
735 expects[0]=0; expects[$idx1]=10; expects[$idx2]=0
747 expects[0]=10; expects[$idx1]=10; expects[$idx2]=10
755 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
765 expects[0]=0; expects[$idx1]=10; expects[$idx2]=0
776 expects[0]=10; expects[$idx1]=10; expects[$idx2]=10
787 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
797 in_ns ns1 $MZ w2 -Q $vid -c 1 -p 64 -a $mac -b ff:ff:ff:ff:ff:ff \
812 local vid=10
822 log_info "learning vlan 10"