Merge remote-tracking branch 'origin/v2017.1.x' into v2017.1.x

This commit is contained in:
Steffen Förster 2017-07-18 00:01:09 +02:00
commit fd3b05d352

View File

@ -23,7 +23,7 @@ uci:section('batman-adv', 'mesh', 'bat0', {
gw_mode = 'client', gw_mode = 'client',
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 = false, multicast_mode = false,
}) })
uci:save('batman-adv') uci:save('batman-adv')