aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.h
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/libxl/xl.h
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/libxl/xl.h')
-rw-r--r--tools/libxl/xl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxl/xl.h b/tools/libxl/xl.h
index bb3aca23ed..653be2e982 100644
--- a/tools/libxl/xl.h
+++ b/tools/libxl/xl.h
@@ -101,5 +101,6 @@ extern xentoollog_logger_stdiostream *logger;
/* global options */
extern int autoballoon;
extern char *lockfile;
+extern char *default_vifscript;
#endif /* XL_H */