aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-02-18 15:32:02 +0000
committerIan Campbell <ian.campbell@citrix.com>2011-02-18 15:32:02 +0000
commitce30570ae8b53d7625243ee41984c24cfbf5935c (patch)
tree28474b2577310792e0017444e658fd5472648041 /tools/examples
parentb9ef3bf4e1a5724af87097630d71a217cd7de399 (diff)
downloadxen-ce30570ae8b53d7625243ee41984c24cfbf5935c.tar.gz
xen-ce30570ae8b53d7625243ee41984c24cfbf5935c.tar.bz2
xen-ce30570ae8b53d7625243ee41984c24cfbf5935c.zip
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 <mike@flyn.org>. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/examples')
-rw-r--r--tools/examples/xl.conf3
1 files changed, 3 insertions, 0 deletions
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"