This commit is contained in:
@RubenKelevra 2015-05-12 12:19:56 +00:00
commit 63477648c7

View File

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