]> git.karo-electronics.de Git - karo-tx-linux.git/commit
batman-adv: prevent multiple ARP replies sent by gateways if dat enabled
authorAndreas Pape <APape@phoenixcontact.com>
Mon, 5 Sep 2016 11:20:25 +0000 (13:20 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Wed, 22 Mar 2017 09:30:53 +0000 (10:30 +0100)
commit00311de5fbf998877f2c3109688857a99f45fdd8
treeb9cfc2c80edadc5e893bb46f94eb76f9a165c1c3
parent13b0ea0f5934ac30bf75c21554d3061b02abbad4
batman-adv: prevent multiple ARP replies sent by gateways if dat enabled

If dat is enabled it must be made 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.

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>
net/batman-adv/bridge_loop_avoidance.c
net/batman-adv/bridge_loop_avoidance.h
net/batman-adv/distributed-arp-table.c