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] No need to disable 'network stop' functionality.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] No need to disable 'network stop' functionality.
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Tue, 17 May 2005 18:01:26 +0000
Delivery-date: Tue, 17 May 2005 19:01:27 +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.1435, 2005/05/17 19:01:26+01:00, kaf24@xxxxxxxxxxxxxxxxxxxx

        No need to disable 'network stop' functionality.
        Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>



 network |    2 --
 1 files changed, 2 deletions(-)


diff -Nru a/tools/examples/network b/tools/examples/network
--- a/tools/examples/network    2005-05-17 15:02:03 -04:00
+++ b/tools/examples/network    2005-05-17 15:02:03 -04:00
@@ -201,8 +201,6 @@
         return
     fi
 
-    return
-
     brctl delif ${bridge} ${netdev}
 
     if ifconfig veth0 2>/dev/null | grep -q veth0 ; then

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] No need to disable 'network stop' functionality., BitKeeper Bot <=