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] [xen-unstable] Fix error message in network-bridge scrip

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Fix error message in network-bridge script.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 25 Jan 2007 08:55:09 -0800
Delivery-date: Thu, 25 Jan 2007 08:56:11 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1169634126 0
# Node ID 349e95826a8fa2b2485f04b6eb2bece27c970add
# Parent  b280c75f26225f237acd8e583a67f58d93f7063b
Fix error message in network-bridge script.
From: Luke Crawford <lsc@xxxxxxxxx>
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 tools/examples/network-bridge |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r b280c75f2622 -r 349e95826a8f tools/examples/network-bridge
--- a/tools/examples/network-bridge     Wed Jan 24 10:18:44 2007 +0000
+++ b/tools/examples/network-bridge     Wed Jan 24 10:22:06 2007 +0000
@@ -194,7 +194,7 @@ that the loopback driver supports.  If t
 that the loopback driver supports.  If the loopback driver is a module, you
 may raise this limit by passing it as a parameter (nloopbacks=<N>); if the
 driver is compiled statically into the kernel, then you may set the parameter
-using loopback.nloopbacks=<N> on the domain 0 kernel command line.
+using netloop.nloopbacks=<N> on the domain 0 kernel command line.
 " >&2
             exit 1
         fi

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix error message in network-bridge script., Xen patchbot-unstable <=