aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>2005-03-11 12:54:24 +0000
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>2005-03-11 12:54:24 +0000
commitfd4de8dfe367478e34d88c3cb128065a553f4b32 (patch)
treed49552628734556dbbc65736865e677a087e0217 /tools/examples/xend-config.sxp
parent59f0cea86aa42e59cef1a61af9006677f7bcf954 (diff)
downloadxen-fd4de8dfe367478e34d88c3cb128065a553f4b32.tar.gz
xen-fd4de8dfe367478e34d88c3cb128065a553f4b32.tar.bz2
xen-fd4de8dfe367478e34d88c3cb128065a553f4b32.zip
bitkeeper revision 1.1159.265.2 (42319500DXIXjiTkjszNpliySomMvA)
Add support for setting the listen address for consoles and the event port. Signed-off-by: Mike Wray <mike.wray@hp.com>
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp14
1 files changed, 13 insertions, 1 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index a62b112519..8aa6ccaa7e 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -3,11 +3,23 @@
# Port xend should use for the HTTP interface.
(xend-port 8000)
-# Address xend should listen on.
+# Port xend should use for the event interface.
+(xend-event-port 8001)
+
+# Address xend should listen on for HTTP connections.
# Specifying 'localhost' prevents remote connections.
# Specifying the empty string '' allows all connections.
(xend-address '')
+# The port xend should start from when allocating a port
+# for a domain console.
+(console-port-base 9600)
+
+# Address xend should listen on for console connections.
+# Specifying 'localhost' prevents remote connections.
+# Specifying the empty string '' allows all connections.
+(console-address '')
+
## Use the following if VIF traffic is routed.
# The script used to start/stop networking for xend.
#(network-script network-route)