aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorGeorge Dunlap <george.dunlap@eu.citrix.com>2013-05-29 12:53:59 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-05-30 09:34:11 +0100
commitffa27970bc995ac8724f5e0d0bd0180bef5a340a (patch)
treed214dd68758da9c7cd6a869e863dea786649896b /tools/examples
parent8789dfb557116822907f7e63efc0530e28fd1e2c (diff)
downloadxen-ffa27970bc995ac8724f5e0d0bd0180bef5a340a.tar.gz
xen-ffa27970bc995ac8724f5e0d0bd0180bef5a340a.tar.bz2
xen-ffa27970bc995ac8724f5e0d0bd0180bef5a340a.zip
xl: Update example xl.conf with correct name for default script option
We've changed the config option from "vifscript" to "vif.default.script". This was changed in the manpage but not in the example xl.conf. Also move the option down to be with the other vif options. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/examples')
-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"