Skip to content

Commit

Permalink
gluon-mesh-batman-adv: reenable batman-adv multicast optimizations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
T-X committed May 29, 2019
1 parent 7634a7c commit ff4c6ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit ff4c6ce

Please sign in to comment.