On Monday 15 February 2016 09:50:18 Simon Wunderlich wrote:
On Friday 12 February 2016 14:51:32 Andreas Pape wrote:
From 2b90abdf53e9ab09d9acfd141c7225de1ae16719 Mon Sep 17 00:00:00 2001 From: Andreas Pape apape@phoenixcontact.com Date: Fri, 12 Feb 2016 10:05:57 +0100 Subject: [PATCH 1/4] batman-adv: Prevent mutliple ARP replies sent by gateways in bla setups with dat enabled
This patch shall make sure that only the backbone gw which has claimed the remote destination for the ARP request answers the ARP request directly if the MAC address is known due to the local DAT table. This prevents multiple ARP replies in a common backbone if more than one gateway already knows the remote mac searched for in the ARP request.
This patch looks good in general. I can not apply it though, please check the links that Sven posted how to set up your mail client to send patches. Also, the commit message seems to have too long lines. Usually your git client should limit those to ~72 characters per line (I'm not sure about the actual limit)
See SubmittingPatches:
- The body of the explanation, line wrapped at 75 columns, which will be copied to the permanent changelog to describe this patch.
This should also have been displayed when you've checked the patch with Linux's
./scripts/checkpatch.pl --strict 000*.patch
Kind regards, Sven