1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-13 10:49:15 +02:00
openwrt-routing/olsrd/files/olsrd.config
Nick Hainke 87be9afac6 olsrd: rename general to procd
It was requested to name the section "procd".

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-08-01 11:06:14 +02:00

30 lines
640 B
Plaintext

config olsrd
# uncomment the following line to use a custom config file instead:
#option config_file '/etc/olsrd.conf'
config LoadPlugin
option library 'olsrd_arprefresh.so.0.1'
config LoadPlugin
option library 'olsrd_dyn_gw.so.0.5'
config LoadPlugin
option library 'olsrd_httpinfo.so.0.1'
option port '1978'
list Net '0.0.0.0 0.0.0.0'
config LoadPlugin
option library 'olsrd_nameservice.so.0.4'
config LoadPlugin
option library 'olsrd_txtinfo.so.1.1'
option accept '0.0.0.0'
config Interface
list interface 'wlan'
config procd procd
option respawn_threshold '3600'
option respawn_timeout '15'
option respawn_retry '0'