From e66be7e48421f0a67f29dd7d572d42c7627807c7 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Wed, 13 Mar 2013 17:42:17 +0000 Subject: xl: add vif.default.bridge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a replacement for defaultbridge xl.conf option. The now deprecated defaultbridge is still supported. Signed-off-by: Roger Pau Monné Cc: George Dunlap Cc: Ian Campbell Acked-by: Ian Jackson Committed-by: Ian Jackson --- tools/examples/xl.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/examples') diff --git a/tools/examples/xl.conf b/tools/examples/xl.conf index 9a03ffffe3..b0caa3295b 100644 --- a/tools/examples/xl.conf +++ b/tools/examples/xl.conf @@ -23,3 +23,6 @@ # default gateway device to use with vif-route hotplug script #vif.default.gatewaydev="eth0" + +# default bridge device to use with vif-bridge hotplug scripts +#vif.default.bridge="xenbr0" -- cgit v1.2.3