Skip to content
Snippets Groups Projects
Commit 6a318306 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-mesh-batman-adv-core: always set hop penalty to 15

15 is the default in batman-adv-legacy, the new default 30 in newer batman-adv
versions is too high in larger networks.
parent bcae6d07
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ uci:section('batman-adv', 'mesh', 'bat0', ...@@ -11,6 +11,7 @@ uci:section('batman-adv', 'mesh', 'bat0',
{ {
orig_interval = 5000, orig_interval = 5000,
gw_mode = 'client', gw_mode = 'client',
hop_penalty = 15,
multicast_mode = 0, multicast_mode = 0,
} }
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment