Skip to content
Snippets Groups Projects
Commit 302a7951 authored by Linus Lüssing's avatar Linus Lüssing
Browse files

Revert "gluon-mesh-batman-adv: reenable batman-adv multicast optimizations"

This reverts commit 9b1eb40f.

With the batman-adv v2019.2 upgrade reverted (c1a77339), the batman-adv
multicast-to-multi-unicast feature is not available yet. Without that it is
going to be very unlikely of the batman-adv multicast optimizations to
take effect. E.g. some outdated nodes would disable it.

To avoid confusion and diversion with a few communities having it enabled
and most implicitly deactivated, just deactivate it for all for now
until batman-adv is updated to v2019.2 or greater again.
parent be965e7e
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ else ...@@ -28,7 +28,7 @@ else
gw_sel_class = gw_sel_class, gw_sel_class = gw_sel_class,
hop_penalty = 15, hop_penalty = 15,
routing_algo = routing_algo, routing_algo = routing_algo,
multicast_mode = true, multicast_mode = false,
}) })
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment