aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-08-08 09:33:38 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-08-08 09:33:38 +0100
commit122373c2a70ad5436772d4858d829a508c50001d (patch)
tree1c6dbf5d741bb17753fd4ab4622af882c4660cca /tools/examples/xend-config.sxp
parenta3c844bd07a59380eaf5e3371cd3ace6d3be2161 (diff)
downloadxen-122373c2a70ad5436772d4858d829a508c50001d.tar.gz
xen-122373c2a70ad5436772d4858d829a508c50001d.tar.bz2
xen-122373c2a70ad5436772d4858d829a508c50001d.zip
Add RH-ish localhost to xend-relocation-hosts-allow in xend-config.sxp
Signed-off-by: Jim Dykman <dykman@us.ibm.com>
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index 00ae08ca0d..b11a80fc1b 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -54,7 +54,7 @@
# (xend-relocation-hosts-allow '^localhost$ ^.*\.example\.org$')
#
#(xend-relocation-hosts-allow '')
-(xend-relocation-hosts-allow '^localhost$')
+(xend-relocation-hosts-allow '^localhost$ ^localhost\.localdomain$')
# The limit (in kilobytes) on the size of the console buffer
#(console-limit 1024)