aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/xl.conf')
-rw-r--r--tools/examples/xl.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/examples/xl.conf b/tools/examples/xl.conf
index 9402c3f8bc..9c037a6a58 100644
--- a/tools/examples/xl.conf
+++ b/tools/examples/xl.conf
@@ -8,9 +8,6 @@
# full path of the lockfile used by xl during domain creation
#lockfile="/var/lock/xl"
-# default vif script
-#vifscript="vif-bridge"
-
# default output format used by "xl list -l"
#output_format="json"
@@ -25,6 +22,9 @@
# default gateway device to use with vif-route hotplug script
#vif.default.gatewaydev="eth0"
+# default vif script to use if none is specified in the guest config
+#vif.default.script="vif-bridge"
+
# default bridge device to use with vif-bridge hotplug scripts
#vif.default.bridge="xenbr0"