|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fallback behaviour of the network startup script is now
ChangeSet 1.1159.258.136, 2005/05/18 08:56:56+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx
Fallback behaviour of the network startup script is now same as it
always was: IP addresses of eth0 are transferred to the bridge device
but not deleted from eth0. This is needed for the 2.0-series tools,
which by default look only at eth0 to determine IP parameters for domU.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
network | 3 ---
1 files changed, 3 deletions(-)
diff -Nru a/tools/examples/network b/tools/examples/network
--- a/tools/examples/network 2005-05-18 04:09:02 -04:00
+++ b/tools/examples/network 2005-05-18 04:09:02 -04:00
@@ -185,7 +185,6 @@
else
transfer_addrs ${netdev} ${bridge}
transfer_routes ${netdev} ${bridge}
- del_addrs ${netdev}
fi
# Attach the real interface to the bridge.
@@ -216,9 +215,7 @@
ifconfig veth0 -arp down
ifconfig veth0 hw ether 00:00:00:00:00:00
else
- transfer_addrs ${bridge} ${netdev}
transfer_routes ${bridge} ${netdev}
- del_addrs ${bridge}
fi
}
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-changelog] Fallback behaviour of the network startup script is now same as it,
BitKeeper Bot <=
|
|
|
|
|