# Options to pass to uml_switch. # For preconfigured tap setup, see # /usr/share/doc/uml-utilities/examples/interfaces.example # network devices handled by the /etc/init.d/uml-utiltites script UML_SWITCH_DEVICES="tap0 tap1 tap2" # User as which to run uml_switch UML_SWITCH_USER="uml-net" UML_SWITCH_OPTIONS="" #UML_SWITCH_CTL="/var/run/uml-utilities/uml_switch.ctl" # customized options for each device override the above #UML_SWITCH_OPTIONS_tap0="" #UML_SWITCH_USER_tap0="uml-net" UML_SWITCH_CTL_tap0="/var/run/uml-utilities/uml_switch.tap0.ctl" #UML_SWITCH_OPTIONS_tap1="" #UML_SWITCH_USER_tap1="uml-net" UML_SWITCH_CTL_tap1="/var/run/uml-utilities/uml_switch.tap1.ctl" #UML_SWITCH_OPTIONS_tap2="" #UML_SWITCH_USER_tap2="uml-net" UML_SWITCH_CTL_tap2="/var/run/uml-utilities/uml_switch.tap2.ctl"