Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit 820a6641d72b297d6dd4d913461d808170d2da6f Author: Linus Lüssing linus.luessing@c0d3.blue Date: Tue Nov 6 10:01:50 2018 +0100
batman-adv: enable MCAST by default at compile time
Thanks to rigorous testing in wireless community mesh networks several issues with multicast entries in the translation table were found and fixed in the last 1.5 years. Now we see the first larger networks (a few hundred nodes) with a batman-adv version with multicast optimizations enabled arising, with no TT / multicast optimization related issues so far.
Therefore it seems safe to enable multicast optimizations by default not only in kernel module builds but also for in-kernel builds.
Signed-off-by: Linus Lüssing linus.luessing@c0d3.blue Signed-off-by: Sven Eckelmann sven@narfation.org
820a6641d72b297d6dd4d913461d808170d2da6f net/batman-adv/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/net/batman-adv/Kconfig b/net/batman-adv/Kconfig index d6b9455..c386e69 100644 --- a/net/batman-adv/Kconfig +++ b/net/batman-adv/Kconfig @@ -82,6 +82,7 @@ config BATMAN_ADV_NC config BATMAN_ADV_MCAST bool "Multicast optimisation" depends on BATMAN_ADV && INET && !(BRIDGE=m && BATMAN_ADV=y) + default y help This option enables the multicast optimisation which aims to reduce the air overhead while improving the reliability of