From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 23 Sep 2012 17:34:36 +0800 References: <20120920114250.GA29329@ritirata.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201209231734.36896.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: Fix change mac address of soft iface. Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Def Cc: The list for a Better Approach To Mobile Ad-hoc Networking On Thursday, September 20, 2012 20:56:13 Def wrote: > Into function interface_set_mac_addr, the function tt_local_add was > invoked before updating dev->dev_addr. The new MAC address was not > tagged as NoPurge. > > Signed-off-by: Def > --- > soft-interface.c | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) As Sven already mentioned there is a small problem with your patch. I manually fixed it and applied the patch in revision 86fa71a. Please send correct patches next time. Thanks for your fix! Cheers, Marek