From ce30570ae8b53d7625243ee41984c24cfbf5935c Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 18 Feb 2011 15:32:02 +0000 Subject: libxl/xl: enable support for routed network configurations. Add "vifscript" option to xl.conf which configures the default vif script to use (default remains "vif-bridge") Write each VIFs "ip" option to xenstore so the vif-route script can pick it up. Reported-by: W. Michael Petullo . Signed-off-by: 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 09a3d46615..6a520bf24b 100644 --- a/tools/examples/xl.conf +++ b/tools/examples/xl.conf @@ -6,3 +6,6 @@ # full path of the lockfile used by xl during domain creation #lockfile="/var/lock/xl" + +# default vif script +#vifscript="vif-bridge" -- cgit v1.2.3