Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_tc_tunnel.sh183 readonly tuntype=$2
187 echo "encap ${addr1} to ${addr2}, type ${tuntype}, mac ${mac} len ${datalen}"
204 section "encap_${tuntype}_${mac}"
209 if [[ "$tuntype" =~ "udp" ]]; then
225 elif [[ "$tuntype" =~ "gre" && "$mac" == "eth" ]]; then
227 elif [[ "$tuntype" =~ "vxlan" && "$mac" == "eth" ]]; then
230 elif [[ "$tuntype" == "ipip6" ]]; then
234 ttype=$tuntype
239 if [[ "${tuntype}" == "sit" ]]; then
242 elif [[ "${tuntype}" == "ipip6" ]]; then
[all …]