Searched refs:type_if (Results 1 – 4 of 4) sorted by relevance
43 : ${type_if:=vif}45 case "$type_if" in53 log err "unknown interface type $type_if"60 test "$type_if" != vif && exit 063 test "$type_if" != tap && exit 082 if [ "$type_if" = vif ]; then96 elif [ "$type_if" = tap ]; then
42 case "${type_if}" in50 fatal "Unrecognised interface type ${type_if}"
102 if [ "$type_if" = vif ]; then107 if [ "$type_if" = vif -a "$command" = "online" ]; then
107 if [ "$type_if" = vif -a "$command" = "online" ]
Completed in 4 milliseconds