WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fallback behaviour of the network startup script is now

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Fallback behaviour of the network startup script is now same as it
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Wed, 18 May 2005 07:56:56 +0000
Delivery-date: Wed, 18 May 2005 08:13:06 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1870, 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:13:45 -04:00
+++ b/tools/examples/network    2005-05-18 04:13:45 -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>