Home
last modified time | relevance | path

Searched refs:vlan_match (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/net/forwarding/
H A Dmirror_gre_lib.sh62 local vlan_match=$1; shift
77 flower $vlan_match \
120 local vlan_match=$1; shift
125 full_test_span_gre_dir_vlan_ips "$tundev" "$direction" "$vlan_match" \
H A Dmirror_gre_bridge_1d_vlan.sh69 local vlan_match=$1; shift
72 full_test_span_gre_dir_vlan $tundev ingress "$vlan_match" 8 0 "$what"
73 full_test_span_gre_dir_vlan $tundev egress "$vlan_match" 0 8 "$what"
H A Dmirror_gre_vlan_bridge_1q.sh129 local vlan_match=$1; shift
132 full_test_span_gre_dir_vlan $tundev ingress "$vlan_match" 8 0 "$what"
133 full_test_span_gre_dir_vlan $tundev egress "$vlan_match" 0 8 "$what"
/linux/tools/testing/selftests/net/openvswitch/
H A Dopenvswitch.sh1350 local vlan_match='in_port(1),eth(),eth_type(0x8100),'
1351 vlan_match+='vlan(vid=10),'
1352 vlan_match+='encap(eth_type(0x0800),'
1353 vlan_match+='ipv4(src=198.51.100.1,proto=1),icmp())'
1357 ovs_add_flow "$sbx" vlandp "$vlan_match" '2' || return 1
1368 "$vlan_match" 'pop_vlan,2' || return 1