summaryrefslogtreecommitdiffstats
path: root/olsrd/files/olsrd6.config
blob: 52a9b21cd73aa8ce44b0472dfe456eb18f278375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config olsrd
	# uncomment the following line to use a custom config file instead:
	#option config_file '/etc/olsrd6.conf'

config LoadPlugin
	option library 'olsrd_txtinfo.so.1.1'
	option accept '::'
	option port '2007'

config Interface
	list interface 'wlan'

config procd procd
	option respawn_threshold '3600'
	option respawn_timeout '15'
	option respawn_retry '0'