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.
remotes/1699402720531464663/tmp_refs/heads/stable
Matthias Schiffer 2015-05-16 14:00:06 +02:00
parent bcae6d073a
commit 6a31830600
1 changed files with 1 additions and 0 deletions

View File

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