Searched refs:TAPN (Results 1 – 1 of 1) sorted by relevance
428 local TAPN=0429 while ! ifconfig tap${TAPN} create > /dev/null 2>&1; do430 if [ "$TAPN" -ge 8 ]; then433 TAPN=$(($TAPN + 1))436 local TAPD=tap${TAPN}