From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wedgwood Subject: Re: Router stops routing after changing MAC Address Date: Thu, 16 Mar 2006 08:07:43 -0800 Message-ID: <20060316160743.GA13035@taniwha.stupidest.org> References: <925A849792280C4E80C5461017A4B8A20321F2@mail733.InfraSupportEtc.com> <20060313100041.212cee08@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Greg Scott , Chuck Ebbert <76306.1226@compuserve.com>, linux-kernel , "David S. Miller" , netdev@vger.kernel.org, Bart Samwel , Alan Cox , Simon Mackinlay Return-path: To: Stephen Hemminger Content-Disposition: inline In-Reply-To: <20060313100041.212cee08@localhost.localdomain> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, Mar 13, 2006 at 10:00:41AM -0800, Stephen Hemminger wrote: > There still is a bug in the 3c59x driver. It doesn't include any > code to handle changing the mac address. It will work if you take > the device down, change address, then bring it up. But you shouldn't > have to do that. I sent a patch do to this probably a year or two back and it was rejected (by akpm if I recall) because of the argument that you could and should take it down, change the MAC and bring it back up. Is this no longer a requirement?