batman-adv: enable multicast optimisations per default

This commit is contained in:
@RubenKelevra 2015-05-12 14:19:51 +02:00
parent e963b3b046
commit 76a0f7fed4

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')