applications/luci-olsr: Add config options for jsoninfo plugin

This commit is contained in:
Manuel Munz 2013-03-16 18:23:39 +00:00
parent 97f0cf2996
commit c2f99c27aa

View file

@ -93,7 +93,6 @@ if arg[1] then
["olsrd_httpinfo.so.0.1"] = {
{ Value, "port", "80" },
{ DynamicList, "Host", "163.24.87.3" },
-- { DynamicList, "Net", "0.0.0.0/0", IpMask2Cidr, Cidr2IpMask }
{ DynamicList, "Net", "0.0.0.0/0", Cidr2IpMask }
},
@ -136,7 +135,14 @@ if arg[1] then
},
["olsrd_txtinfo.so.0.1"] = {
{ Value, "accept", "10.247.200.4" }
{ Value, "accept", "127.0.0.1" }
},
["olsrd_jsoninfo.so.0.0"] = {
{ Value, "accept", "127.0.0.1" },
{ Value, "port", "9090" },
{ Value, "UUIDFile", "/etc/olsrd/olsrd.uuid" },
},
["olsrd_watchdog.so.0.1"] = {