aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-08-13 22:02:54 +0000
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-08-13 22:02:54 +0000
commit141ec0c6391b4d5d38dbb66369cea38373d0b7df (patch)
treef8ddfdc4c7270dce7e168d5d88f5bac3b79b34b6 /tools/examples/xend-config.sxp
parent38e8f172c3fb44eb738bc21cdfafa34b25d12e17 (diff)
downloadxen-141ec0c6391b4d5d38dbb66369cea38373d0b7df.tar.gz
xen-141ec0c6391b4d5d38dbb66369cea38373d0b7df.tar.bz2
xen-141ec0c6391b4d5d38dbb66369cea38373d0b7df.zip
New 'network-bridge' script that uses ifdown/ifup to configure the interface rather than trying to transfer addresses and routes. (Suggested by Gerd Knorr)
Although Li Ge has had problems with this script he had trouble with the previous too. I think this new one should work for more people, particularly those using DHCP on their primary dom0 interface. Debugging is currently enabled ("sh -x") so a log of the script's execution is output to /var/log/xend.log Signed-off-by: ian@xensource.com --HG-- rename : tools/examples/network => tools/examples/network-bridge
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 d8914d320d..249cdce507 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -28,7 +28,7 @@
## Use the following if VIF traffic is bridged.
# The script used to start/stop networking for xend.
-(network-script network)
+(network-script network-bridge)
# The default bridge that virtual interfaces should be connected to.
(vif-bridge xen-br0)
# The default script used to control virtual interfaces.