ia64/xen-unstable
changeset 8326:4aa340c5bf6e
Added xend-relocation-hosts-allow option.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@leeni.uk.xensource.com |
---|---|
date | Mon Dec 12 16:48:24 2005 +0000 (2005-12-12) |
parents | e6d71c99c84d |
children | b0b9946ddc42 |
files | tools/examples/xend-config.sxp |
line diff
1.1 --- a/tools/examples/xend-config.sxp Mon Dec 12 16:44:27 2005 +0000 1.2 +++ b/tools/examples/xend-config.sxp Mon Dec 12 16:48:24 2005 +0000 1.3 @@ -40,7 +40,20 @@ 1.4 # xend-relocation-server is set. 1.5 # Meaning and default as for xend-address above. 1.6 #(xend-relocation-address '') 1.7 -(xend-relocation-address localhost) 1.8 + 1.9 +# The hosts allowed to talk to the relocation port. If this is empty (the 1.10 +# default), then all connections are allowed (assuming that the connection 1.11 +# arrives on a port and interface on which we are listening; see 1.12 +# xend-relocation-port and xend-relocation-address above). Otherwise, this 1.13 +# should be a space-separated sequence of regular expressions. Any host with 1.14 +# a fully-qualified domain name or an IP address that matches one of these 1.15 +# regular expressions will be accepted. 1.16 +# 1.17 +# For example: 1.18 +# (xend-relocation-hosts-allow '^localhost$ ^.*\.example\.org$') 1.19 +# 1.20 +#(xend-relocation-hosts-allow '') 1.21 +(xend-relocation-hosts-allow '^localhost$') 1.22 1.23 # The limit (in kilobytes) on the size of the console buffer 1.24 #(console-limit 1024)