瀏覽代碼

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
     # name of TUN device name. required.
9
     # name of TUN device name. required.
10
     option tundev 'tun0'
10
     option tundev 'tun0'
11
 
11
 
12
+    # name of network interface
13
+    option network ''
14
+
12
     # Include this flag if process is to run in the foreground
15
     # Include this flag if process is to run in the foreground
13
     #option fg
16
     #option fg
14
 
17