Skip to content

Commit 302a795

Browse files
committed
Revert "gluon-mesh-batman-adv: reenable batman-adv multicast optimizations"
This reverts commit 9b1eb40. With the batman-adv v2019.2 upgrade reverted (c1a7733), 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.
1 parent be965e7 commit 302a795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/gluon-mesh-batman-adv/luasrc/lib/gluon/upgrade/310-gluon-mesh-batman-adv-mesh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else
2828
gw_sel_class = gw_sel_class,
2929
hop_penalty = 15,
3030
routing_algo = routing_algo,
31-
multicast_mode = true,
31+
multicast_mode = false,
3232
})
3333
end
3434

0 commit comments

Comments
 (0)