Home
last modified time | relevance | path

Searched refs:type_if (Results 1 – 4 of 4) sorted by relevance

/xen/tools/hotplug/Linux/
A Dvif-common.sh43 : ${type_if:=vif}
45 case "$type_if" in
53 log err "unknown interface type $type_if"
60 test "$type_if" != vif && exit 0
63 test "$type_if" != tap && exit 0
82 if [ "$type_if" = vif ]; then
96 elif [ "$type_if" = tap ]; then
A Dvif-route42 case "${type_if}" in
50 fatal "Unrecognised interface type ${type_if}"
A Dvif-openvswitch102 if [ "$type_if" = vif ]; then
107 if [ "$type_if" = vif -a "$command" = "online" ]; then
A Dvif-bridge107 if [ "$type_if" = vif -a "$command" = "online" ]

Completed in 4 milliseconds