batman-adv: Fix TT sync flags for intermediate TT responses
authorLinus Lüssing <linus.luessing@c0d3.blue>
Thu, 10 May 2018 17:44:28 +0000 (19:44 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sat, 12 May 2018 16:52:19 +0000 (18:52 +0200)
commit7072337e52b3e9d5460500d8dc9cbc1ba2db084c
treef0b0b7de59238eee7d118b49864f50081d2b7e10
parent8ba0f9bd3bdea1058c2b2676bec7905724418e40
batman-adv: Fix TT sync flags for intermediate TT responses

The previous TT sync fix so far only fixed TT responses issued by the
target node directly. So far, TT responses issued by intermediate nodes
still lead to the wrong flags being added, leading to CRC mismatches.

This behaviour was observed at Freifunk Hannover in a 800 nodes setup
where a considerable amount of nodes were still infected with 'WI'
TT flags even with (most) nodes having the previous TT sync fix applied.

I was able to reproduce the issue with intermediate TT responses in a
four node test setup and this patch fixes this issue by ensuring to
use the per originator instead of the summarized, OR'd ones.

Fixes: e9c00136a475 ("batman-adv: fix tt_global_entries flags update")
Reported-by: Leonardo Mörlein <me@irrelefant.net>
Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/translation-table.c