aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-12-12 16:48:24 +0000
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>2005-12-12 16:48:24 +0000
commit742b21299eab57a95b5f8bd1afbbdc648ede28ae (patch)
treecccd10f7a005282f8b23ec3a781a96ddce142cf4 /tools/examples/xend-config.sxp
parent151c1bdf9c8c4e5948e6ce54e9a0e1e51d3bf638 (diff)
downloadxen-742b21299eab57a95b5f8bd1afbbdc648ede28ae.tar.gz
xen-742b21299eab57a95b5f8bd1afbbdc648ede28ae.tar.bz2
xen-742b21299eab57a95b5f8bd1afbbdc648ede28ae.zip
Added xend-relocation-hosts-allow option.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp15
1 files changed, 14 insertions, 1 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index 67387f02df..4fd6907575 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -40,7 +40,20 @@
# xend-relocation-server is set.
# Meaning and default as for xend-address above.
#(xend-relocation-address '')
-(xend-relocation-address localhost)
+
+# The hosts allowed to talk to the relocation port. If this is empty (the
+# default), then all connections are allowed (assuming that the connection
+# arrives on a port and interface on which we are listening; see
+# xend-relocation-port and xend-relocation-address above). Otherwise, this
+# should be a space-separated sequence of regular expressions. Any host with
+# a fully-qualified domain name or an IP address that matches one of these
+# regular expressions will be accepted.
+#
+# For example:
+# (xend-relocation-hosts-allow '^localhost$ ^.*\.example\.org$')
+#
+#(xend-relocation-hosts-allow '')
+(xend-relocation-hosts-allow '^localhost$')
# The limit (in kilobytes) on the size of the console buffer
#(console-limit 1024)