소스 검색

Merge pull request #1340 from teslamint/patch-1

coova-chilli: add network option in chilli.config
champtar 8 년 전
부모
커밋
529d184dbf
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      net/coova-chilli/files/chilli.config

+ 3
- 0
net/coova-chilli/files/chilli.config 파일 보기

@@ -9,6 +9,9 @@ config chilli
9 9
     # name of TUN device name. required.
10 10
     option tundev 'tun0'
11 11
 
12
+    # name of network interface
13
+    option network ''
14
+
12 15
     # Include this flag if process is to run in the foreground
13 16
     #option fg
14 17