ソースを参照

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