aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-01-13 11:56:17 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-01-13 11:56:17 +0000
commite214e5c6c11ea61a9e256574b50dcab5852d62c0 (patch)
treedc760fb75df67ee3a0421c59cf1905432f6bf27c /tools/examples/xend-config.sxp
parenta2fd27001f3694238fae14d4ce3979024ce1e6cc (diff)
downloadxen-e214e5c6c11ea61a9e256574b50dcab5852d62c0.tar.gz
xen-e214e5c6c11ea61a9e256574b50dcab5852d62c0.tar.bz2
xen-e214e5c6c11ea61a9e256574b50dcab5852d62c0.zip
bitkeeper revision 1.1159.170.93 (41e661e138UbGRYHtgaE3FTrqTgzzw)
Add VIF-routing capability to xend. The default is still to bridge.
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp9
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index ee5dbbc0a3..a62b112519 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -8,12 +8,17 @@
# Specifying the empty string '' allows all connections.
(xend-address '')
+## Use the following if VIF traffic is routed.
# The script used to start/stop networking for xend.
-(network-script network)
+#(network-script network-route)
+# The default script used to control virtual interfaces.
+#(vif-script vif-route)
+## Use the following if VIF traffic is bridged.
+# 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)