Searched refs:tuntype (Results 1 – 1 of 1) sorted by relevance
183 readonly tuntype=$2187 echo "encap ${addr1} to ${addr2}, type ${tuntype}, mac ${mac} len ${datalen}"204 section "encap_${tuntype}_${mac}"209 if [[ "$tuntype" =~ "udp" ]]; then225 elif [[ "$tuntype" =~ "gre" && "$mac" == "eth" ]]; then227 elif [[ "$tuntype" =~ "vxlan" && "$mac" == "eth" ]]; then230 elif [[ "$tuntype" == "ipip6" ]]; then234 ttype=$tuntype239 if [[ "${tuntype}" == "sit" ]]; then242 elif [[ "${tuntype}" == "ipip6" ]]; then[all …]