From 61917a0802b93cebd596c6c71aa13df428149f67 Mon Sep 17 00:00:00 2001 From: George Dunlap Date: Fri, 5 Jul 2013 12:13:55 +0100 Subject: libxl: Add vif.default.backend to xl.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will allow a user to default to a network driver domain system-wide. Signed-off-by: George Dunlap Acked-by: Roger Pau Monné Acked-by: Ian Campbell --- tools/examples/xl.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/examples') 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" -- cgit v1.2.3