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

Several fixes and enhancements related to multicast were added upstream
in batman-adv. So let's give the batman-adv multicast optimizations
another go.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
This commit is contained in:
Linus Lüssing 2019-05-29 19:15:00 +02:00 committed by Andreas Ziegler
parent 8dd13cbbca
commit 9b1eb40fe7

View File

@ -19,7 +19,7 @@ uci:section('batman-adv', 'mesh', 'bat0', {
gw_sel_class = gw_sel_class,
hop_penalty = 15,
routing_algo = routing_algo,
multicast_mode = false,
multicast_mode = true,
})
uci:save('batman-adv')