From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 13 Sep 2012 19:10:47 +0800 References: <1347120174-29589-1-git-send-email-siwu@hrz.tu-chemnitz.de> In-Reply-To: <1347120174-29589-1-git-send-email-siwu@hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201209131910.48097.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: send announcement when backbone gw is registered 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 On Sunday, September 09, 2012 00:02:53 Simon Wunderlich wrote: > To avoid loops in the startup phase until the first announcement is > sent, send an announcement immediately as soon as a backbone gw is > added. > > This may happen due to various reasons, e.g. a packet passes the rx > or tx path. > > Signed-off-by: Simon Wunderlich > --- > bridge_loop_avoidance.c | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 deletions(-) Applied in revision 5c28095. Thanks, Marek