deactivate multicast_mode by default

This commit is contained in:
Kokel 2014-10-05 15:24:58 +02:00
parent 7496b3d3c1
commit 0e5a2ea38d

View File

@ -10,6 +10,7 @@ uci:section('batman-adv', 'mesh', 'bat0',
{ {
orig_interval = 5000, orig_interval = 5000,
gw_mode = 'client', gw_mode = 'client',
multicast_mode = 0,
} }
) )
uci:save('batman-adv') uci:save('batman-adv')