diff options
author | Andreas Pape <APape@phoenixcontact.com> | 2016-09-05 13:20:26 +0200 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2017-03-22 10:30:53 +0100 |
commit | 9aa5cd79b5abde1d0ebcff825726e242e0b7efea (patch) | |
tree | 9efc9ec2d18e0513e2238715493812869a1be0b9 /net/batman-adv/routing.c | |
parent | 00311de5fbf998877f2c3109688857a99f45fdd8 (diff) | |
download | linux-9aa5cd79b5abde1d0ebcff825726e242e0b7efea.tar.bz2 |
batman-adv: prevent duplication of ARP replies when DAT is used
If none of the backbone gateways in a bla setup has already knowledge of
the mac address searched for in an incoming ARP request from the backbone
an address resolution via the DHT of DAT is started. The gateway can send
several ARP requests to different DHT nodes and therefore can get several
replies. This patch assures that not all of the possible ARP replies are
returned to the backbone by checking the local DAT cache of the gateway.
If there is an entry in the local cache the gateway has already learned
the requested address and there is no need to forward the additional reply
to the backbone.
Furthermore it is checked if this gateway has claimed the source of the ARP
reply and only forwards it to the backbone if it has claimed the source or
if there is no claim at all.
Signed-off-by: Andreas Pape <apape@phoenixcontact.com>
Acked-by: Simon Wunderlich <sw@simonwunderlich.de>
[sven@narfation.org: fix conflicts with current version]
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/routing.c')
0 files changed, 0 insertions, 0 deletions