소스 검색

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.
Matthias Schiffer 9 년 전
부모
커밋
6a31830600
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/gluon-mesh-batman-adv-core/files/lib/gluon/upgrade/310-gluon-mesh-batman-adv-core-mesh

+ 1 - 0
package/gluon-mesh-batman-adv-core/files/lib/gluon/upgrade/310-gluon-mesh-batman-adv-core-mesh

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