From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 9 Jun 2013 12:02:58 +0800 References: <1370616725-1598-1-git-send-email-siwu@hrz.tu-chemnitz.de> <20130607164648.GN1789@ritirata.org> In-Reply-To: <20130607164648.GN1789@ritirata.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201306091202.59085.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Don't handle address updates when bla is disabled 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: b.a.t.m.a.n@lists.open-mesh.org Cc: Simon Wunderlich , Antonio Quartulli On Saturday, June 08, 2013 00:46:49 Antonio Quartulli wrote: > On Fri, Jun 07, 2013 at 04:52:05PM +0200, Simon Wunderlich wrote: > > From: Simon Wunderlich > > > > The bridge loop avoidance has a hook to handle address updates of the > > originator. These should not be handled when bridge loop avoidance is > > disabled - it might send some bridge loop avoidance packets which should > > not appear if bla is disabled. > > > > Signed-off-by: Simon Wunderlich > > Since this is a fix and not a new feature, it should target maint. Applied in revision 518fba1. Thanks, Marek