From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 15 Dec 2006 10:31:30 -0800 From: Stephen Hemminger Message-ID: <20061215103130.237b58c6@freekitty> In-Reply-To: <4582B8DF.2010702@cambridgebroadband.com> References: <4582B8DF.2010702@cambridgebroadband.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] bridge_list orphans in linux-2.4 List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Zeffertt Cc: "Majjari Vikram(TLS-ESG), Bangalore" , bridge@lists.osdl.org On Fri, 15 Dec 2006 15:01:51 +0000 Alex Zeffertt wrote: > Hi Majjari, > > We've solved the problem now. It turned out that the bridge_list in the > kernel was not being corrupted. The problem was actually that > "brctl show" was only returning the last 32 bridges created. We upped > this to 2048, which required a brctl change and also a kernel module change. > > The patch is attached. > > HTH, > > Alex Actually, I would prefer NOT to send this upstream for later 2.4 releases because the 2.4 code is in long term stability mode, and support >32 bridges is an enhancement, not a bug.