Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh192 readonly tuntype=$2
214 section "encap_${tuntype}_${mac}"
220 if [[ "$tuntype" =~ "udp" ]]; then
236 elif [[ "$tuntype" =~ "gre" && "$mac" == "eth" ]]; then
238 elif [[ "$tuntype" =~ "vxlan" && "$mac" == "eth" ]]; then
241 elif [[ "$tuntype" == "ipip6" ]]; then
245 ttype=$tuntype
250 if [[ "${tuntype}" == "sit" ]]; then
253 elif [[ "${tuntype}" == "ipip6" ]]; then
269 if [[ "$tuntype" == "ip6udp" && "$mac" == "mpls" ]]; then
[all …]