summaryrefslogtreecommitdiffstats
path: root/oonf-dlep-proxy/files/dlep_proxy.uci
blob: 72a4d7d660a484bdd00bf01638afac77ae855568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
config global
	option 'failfast'	'no'
	option 'pidfile'	'/var/run/dlep_proxy.pid'
	option 'lockfile'	'/var/lock/dlep_proxy'

config log
	option 'syslog'		'true'
	option 'stderr'		'true'
#	option 'file'		'/var/log/dlep_proxy.log'
#	option 'info'		'all'
#	option 'debug'		'all'

config telnet
#	option 'port' '2009'

#config dlep_radio
#  list 'name' 'eth0'
#  option 'datapath_if' 'eth1'
#  option 'not_proxied' 'false'
#  option 'proxied' 'true'

#config dlep-router
#  list 'name' 'eth0'
#  option 'datapath_if' 'eth0'