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>2004-07-09 10:38:33 +0000
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>2004-07-09 10:38:33 +0000
commit67e0d840e74f7a40087a0a4436ce6ecdd3811044 (patch)
treec0827c929a30cf746cc5a3b6c1339738518d822a /tools/examples/xend-config.sxp
parentb54bec07894eac84aec8ec4af6c80d0bee448136 (diff)
downloadxen-67e0d840e74f7a40087a0a4436ce6ecdd3811044.tar.gz
xen-67e0d840e74f7a40087a0a4436ce6ecdd3811044.tar.bz2
xen-67e0d840e74f7a40087a0a4436ce6ecdd3811044.zip
bitkeeper revision 1.1053.1.1 (40ee75a9YghVZFFolzFjyJngpxAbKg)
Move to new model of network and vif control using shell scripts.
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp23
1 files changed, 23 insertions, 0 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
new file mode 100644
index 0000000000..f710a54529
--- /dev/null
+++ b/tools/examples/xend-config.sxp
@@ -0,0 +1,23 @@
+# Xend configuration file.
+
+# Port xend should use for the HTTP interface.
+(xend-port 8000)
+
+# Address xend should listen on.
+# Specifying 'localhost' prevents remote connections.
+# Specifying the empty string '' allows all connections.
+(xend-address '')
+
+# The script used to start/stop networking for xend.
+(network-script network)
+
+# The default bridge that virtual interfaces should be connected to.
+(vif-bridge xen-br0)
+
+# The default script used to control virtual interfaces.
+(vif-script vif-bridge)
+
+# Whether iptables should be set up to prevent IP spoofing for
+# virtual interfaces. Specify 'yes' or 'no'.
+(vif-antispoof no)
+