On Saturday, March 12, 2016 11:12:59 Sven Eckelmann wrote:
From: Antonio Quartulli a@unstable.cc
Now that DAT is VLAN aware, it must use the VID when computing the DHT address of the candidate nodes where an entry is going to be stored/retrieved.
Fixes: 3e26722bc9f2 ("batman-adv: make the Distributed ARP Table vlan aware") Signed-off-by: Antonio Quartulli a@unstable.cc [sven@narfation.org: fix conflicts with current version] Signed-off-by: Sven Eckelmann sven@narfation.org
v2:
- rebased patch
- added kernel-doc for new parameters
Patch was resurrected from https://patchwork.open-mesh.org/patch/3427/
I've requested an rebased version at https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2016-March/014636.html but done it myself because it was rather trivial.
net/batman-adv/distributed-arp-table.c | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-)
Applied in revision 22d98bd.
Thanks, Marek