Skip to content
Snippets Groups Projects
Commit 9b1eb40f authored by Linus Lüssing's avatar Linus Lüssing Committed by Andreas Ziegler
Browse files

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: default avatarLinus Lüssing <linus.luessing@c0d3.blue>
parent 8dd13cbb
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
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