From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nivedita Singhvi Subject: [PATCH] comment update: default nloopbacks now 8 from 1 Date: Thu, 10 Nov 2005 15:23:32 -0800 Message-ID: <4373D674.30005@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org Signed-off-by: Nivedita Singhvi (niv@us.ibm.com) # HG changeset patch # User nivedita@dyn9047022073.beaverton.ibm.com # Node ID 6a8db37f3fd32b067c11154dcc247b38f0f4d434 # Parent b9e8654c3f1074359756d3bc62e653d5e9e9d059 nloopbacks default is now 8. So vifnum of greater than 7 requires an adjustment to nloopbacks. Warning comment updated. diff -r b9e8654c3f10 -r 6a8db37f3fd3 tools/examples/network-bridge --- a/tools/examples/network-bridge Thu Nov 10 18:43:56 2005 +++ b/tools/examples/network-bridge Thu Nov 10 23:19:59 2005 @@ -20,9 +20,9 @@ # # Vars: # -# vifnum Virtual device number to use (default 0). Numbers >=1 +# vifnum Virtual device number to use (default 0). Numbers >=8 # require the netback driver to have nloopbacks set to a -# higher value than its default of 1. +# higher value than its default of 8. # bridge The bridge to use (default xenbr${vifnum}). # netdev The interface to add to the bridge (default eth${vifnum}). # antispoof Whether to use iptables to prevent spoofing (default no).