aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorGeorge Dunlap <george.dunlap@eu.citrix.com>2013-07-05 12:13:55 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-07-22 22:20:59 +0100
commit61917a0802b93cebd596c6c71aa13df428149f67 (patch)
tree1416021413dc8509153576a28ead60c8b3f9c0cb /tools/examples
parentf3e5942b1f15ce238aa53a5e176467ac2d15e3ca (diff)
downloadxen-61917a0802b93cebd596c6c71aa13df428149f67.tar.gz
xen-61917a0802b93cebd596c6c71aa13df428149f67.tar.bz2
xen-61917a0802b93cebd596c6c71aa13df428149f67.zip
libxl: Add vif.default.backend to xl.conf
This will allow a user to default to a network driver domain system-wide. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> Acked-by: Roger Pau Monné <roger.pau@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/xl.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/examples/xl.conf b/tools/examples/xl.conf
index 12ea737bd7..374b6bbc2e 100644
--- a/tools/examples/xl.conf
+++ b/tools/examples/xl.conf
@@ -19,6 +19,10 @@
# launched by udev.
#run_hotplug_scripts=1
+# default backend domain to connect guest vifs to. This can be any
+# valid domain identifier.
+#vif.default.backend="0"
+
# default gateway device to use with vif-route hotplug script
#vif.default.gatewaydev="eth0"