Merge pull request #1340 from teslamint/patch-1
coova-chilli: add network option in chilli.config
This commit is contained in:
commit
529d184dbf
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ config chilli
|
||||||
# name of TUN device name. required.
|
# name of TUN device name. required.
|
||||||
option tundev 'tun0'
|
option tundev 'tun0'
|
||||||
|
|
||||||
|
# name of network interface
|
||||||
|
option network ''
|
||||||
|
|
||||||
# Include this flag if process is to run in the foreground
|
# Include this flag if process is to run in the foreground
|
||||||
#option fg
|
#option fg
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue