Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: send announcement when backbone gw is registered

2012-09-13 Thread Marek Lindner
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.

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: send announcement when backbone gw is registered

2012-09-08 Thread Simon Wunderlich
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 s...@hrz.tu-chemnitz.de ---