Re: [B.A.T.M.A.N.] [RFCv2] batman-adv: Add blocking of one hop OGM messages

2012-02-15 Thread Simon Wunderlich
Hey Martin, On Fri, Feb 10, 2012 at 03:53:11PM +0100, Martin Hundebøll wrote: 13 files changed, 491 insertions(+), 0 deletions(-) please excuse my superficial review, but do we really need to bloat batman-adv by 491 more lines to drop these OGMs? I'm afraid the filter will evolve more and

Re: [B.A.T.M.A.N.] [PATCHv5 7/9] batman-adv: Distributed ARP Table - add compile option

2012-02-15 Thread Antonio Quartulli
On Fri, Feb 10, 2012 at 10:32:00PM +0800, Marek Lindner wrote: On Friday, February 10, 2012 07:41:40 Antonio Quartulli wrote: @@ -23,6 +23,8 @@ export CONFIG_BATMAN_ADV_DEBUG=n # B.A.T.M.A.N. bridge loop avoidance: export CONFIG_BATMAN_ADV_BLA=y +# B.A.T.M.A.N. distributed ARP table:

[B.A.T.M.A.N.] [PATCH] batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)

2012-02-15 Thread Antonio Quartulli
Instead of using sizeof(struct ethhdr) it is strongly recommended to use the kernel macro ETH_HLEN. This patch substitute each occurrence of the former expressione with the latter one. Signed-off-by: Antonio Quartulli or...@autistici.org --- bat_iv_ogm.c|7 +++