Merge r4203
This commit is contained in:
parent
22827dbef4
commit
e50137c73c
2 changed files with 2 additions and 5 deletions
|
@ -128,7 +128,7 @@ adc.enabled = "yes"
|
||||||
adc.disabled = "no"
|
adc.disabled = "no"
|
||||||
adc.optional = true
|
adc.optional = true
|
||||||
|
|
||||||
|
--[[
|
||||||
ipc = m:section(TypedSection, "IpcConnect")
|
ipc = m:section(TypedSection, "IpcConnect")
|
||||||
ipc.anonymous = true
|
ipc.anonymous = true
|
||||||
|
|
||||||
|
@ -140,6 +140,6 @@ nets.optional = true
|
||||||
|
|
||||||
hosts = ipc:option(Value, "Host")
|
hosts = ipc:option(Value, "Host")
|
||||||
hosts.optional = true
|
hosts.optional = true
|
||||||
|
]]
|
||||||
|
|
||||||
return m
|
return m
|
||||||
|
|
|
@ -20,6 +20,3 @@ config 'LoadPlugin'
|
||||||
config 'LoadPlugin'
|
config 'LoadPlugin'
|
||||||
option 'library' 'olsrd_txtinfo.so.0.1'
|
option 'library' 'olsrd_txtinfo.so.0.1'
|
||||||
option 'accept' '127.0.0.1'
|
option 'accept' '127.0.0.1'
|
||||||
|
|
||||||
config 'IpcConnect'
|
|
||||||
option 'MaxConnections' '0'
|
|
||||||
|
|
Loading…
Reference in a new issue