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.
This commit is contained in:
parent
bcae6d073a
commit
6a31830600
@ -11,6 +11,7 @@ uci:section('batman-adv', 'mesh', 'bat0',
|
||||
{
|
||||
orig_interval = 5000,
|
||||
gw_mode = 'client',
|
||||
hop_penalty = 15,
|
||||
multicast_mode = 0,
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user