Searched refs:tuntype (Results 1 – 1 of 1) sorted by relevance
179 readonly tuntype=$2183 echo "encap ${addr1} to ${addr2}, type ${tuntype}, mac ${mac} len ${datalen}"200 section "encap_${tuntype}_${mac}"205 if [[ "$tuntype" =~ "udp" ]]; then221 elif [[ "$tuntype" =~ "gre" && "$mac" == "eth" ]]; then223 elif [[ "$tuntype" =~ "vxlan" && "$mac" == "eth" ]]; then227 ttype=$tuntype232 if [[ "${tuntype}" == "sit" ]]; then248 if [[ "$tuntype" == "ip6udp" && "$mac" == "mpls" ]]; then251 elif [[ "$tuntype" =~ "udp" && "$mac" == "eth" ]]; then[all …]