The branch, batadv/net-pu has been created at 162085ef8bcdeccf8dcf3b0ce39876c70bcbd850 (commit)
- Shortlog ------------------------------------------------------------ commit 162085ef8bcdeccf8dcf3b0ce39876c70bcbd850 Author: Linus Lüssing linus.luessing@c0d3.blue Date: Sat May 5 17:30:20 2018 +0200
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") 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
-----------------------------------------------------------------------