Re: [B.A.T.M.A.N.] [PATCH 06/15] batman-adv: Distributed ARP Table - add snooping functions for ARP messages

2012-05-24 Thread Simon Wunderlich
Hey David, thanks for your answer, On Thu, May 24, 2012 at 01:54:57AM -0400, David Miller wrote: From: Sven Eckelmann s...@narfation.org Date: Thu, 24 May 2012 07:34:12 +0200 _You_ were the person that declined the pull request because _you_ wanted to rewrite the ARP handling. So

[B.A.T.M.A.N.] [PATCHv3] batman-adv: clear ADD+DEL (and viceversa) events in the same orig-interval

2012-05-24 Thread Antonio Quartulli
During an OGM-interval (time between two different OGM sendings) the same client could roam away and then roam back to us. In this case the node would add two events to the events list (that is going to be sent appended to the next OGM). A DEL one and an ADD one. Obviously they will only increase

[B.A.T.M.A.N.] [PATCHv2] batman-adv: beautify tt_global_add() argument list

2012-05-24 Thread Antonio Quartulli
Instead of adding a new bool argument each time it is needed, it is better (and simpler) to pass an 8bit flag argument which contains all the needed flags Signed-off-by: Antonio Quartulli or...@autistici.org --- changes in v2: - rebased on top of the last patches for code restyling routing.c