aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-08-16 20:00:53 +0000
committeriap10@freefall.cl.cam.ac.uk <iap10@freefall.cl.cam.ac.uk>2005-08-16 20:00:53 +0000
commit8b799c9ee64bcc7a9883aca42978c77717f0de67 (patch)
treeb3eb6cd111343118a76a581a71873d6028474cc0
parent91b0f0040ea4e3766020b938db5bce1ed4cc9b51 (diff)
downloadxen-8b799c9ee64bcc7a9883aca42978c77717f0de67.tar.gz
xen-8b799c9ee64bcc7a9883aca42978c77717f0de67.tar.bz2
xen-8b799c9ee64bcc7a9883aca42978c77717f0de67.zip
Yet another work-around in the network-bridge script
From: Zhai, Edwin [edwin.zhai@intel.com] Signed-off-by: ian@xensource.com
-rwxr-xr-xtools/examples/network-bridge1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/examples/network-bridge b/tools/examples/network-bridge
index 24df59809a..bb4055c0f0 100755
--- a/tools/examples/network-bridge
+++ b/tools/examples/network-bridge
@@ -187,6 +187,7 @@ op_start () {
ifconfig ${netdev} 0.0.0.0 down
fi
fi
+ del_addrs ${netdev}
ip link set ${netdev} name p${netdev}
ip link set veth0 name ${netdev}
ifconfig p${netdev} -arp down