Browse Source

Merge pull request #1340 from teslamint/patch-1

coova-chilli: add network option in chilli.config
champtar 8 years ago
parent
commit
529d184dbf
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      net/coova-chilli/files/chilli.config

+ 3
- 0
net/coova-chilli/files/chilli.config View File

@@ -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