aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.h
diff options
context:
space:
mode:
authorStefan Bader <stefan.bader@canonical.com>2012-02-13 17:45:13 +0000
committerStefan Bader <stefan.bader@canonical.com>2012-02-13 17:45:13 +0000
commit31c1a7e0ccd811466de1b8ce42864eb41d4b3d21 (patch)
tree6200540a176e51c474c7d3e96ebebbac96f9f9da /tools/libxl/xl.h
parent321e74e4bc96b34c687b17d5dcb2734f2651eabb (diff)
downloadxen-31c1a7e0ccd811466de1b8ce42864eb41d4b3d21.tar.gz
xen-31c1a7e0ccd811466de1b8ce42864eb41d4b3d21.tar.bz2
xen-31c1a7e0ccd811466de1b8ce42864eb41d4b3d21.zip
xl: Add defaultbridge config option for xl.conf
Currently guests created with the xl stack will have "xenbr0" written as their default into xenstore. It can be changed in the individual guest config files, but there is no way to have that default globally changed. Add a config option to xl.conf that allows to have a different default bridge name. Signed-off-by: Stefan Bader <stefan.bader@canonical.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 a852a43d36..702b208b1d 100644
--- a/tools/libxl/xl.h
+++ b/tools/libxl/xl.h
@@ -110,6 +110,7 @@ extern int autoballoon;
extern int dryrun_only;
extern char *lockfile;
extern char *default_vifscript;
+extern char *default_bridge;
enum output_format {
OUTPUT_FORMAT_JSON,