Skip to content
Snippets Groups Projects
Commit 0e5a2ea3 authored by Kokel's avatar Kokel
Browse files

deactivate multicast_mode by default

parent 7496b3d3
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ uci:section('batman-adv', 'mesh', 'bat0', ...@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment