Searched refs:LAGGN (Results 1 – 1 of 1) sorted by relevance
445 local LAGGN=0446 while ! ifconfig lagg${LAGGN} create > /dev/null 2>&1; do447 if [ "$LAGGN" -ge 8 ]; then450 LAGGN=$(($LAGGN + 1))453 local LAGGD=lagg${LAGGN}