From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 23 Sep 2012 15:52:34 +0800 References: <1347553126-13816-1-git-send-email-siwu@hrz.tu-chemnitz.de> In-Reply-To: <1347553126-13816-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: <201209231552.35216.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: wait multiple periods before activating bla 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 Friday, September 14, 2012 00:18:46 Simon Wunderlich wrote: > For some reasons (bridge forward delay, network device setup order, etc) > the initial bridge loop avoidance announcement packets may be lost. This > may lead to problems in finding other backbone gws, and therfore create > loops in the startup time. > > Fix this by extending the waiting periods to 3 (define can be changed) > before allowing broadcast traffic. > > Signed-off-by: Simon Wunderlich > --- > bridge_loop_avoidance.c | 9 ++++++++- > main.h | 1 + > types.h | 1 + > 3 files changed, 10 insertions(+), 1 deletion(-) Applied in revision bafd3f4. Thanks, Marek