deactivate multicast_mode by default

This commit is contained in:
Kokel 2014-10-05 15:24:58 +02:00
parent 567b8133f3
commit a4a75281db
1 changed files with 1 additions and 0 deletions

View File

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