* luci-0.8: backport olsrd config and layout fixes

This commit is contained in:
Jo-Philipp Wich 2008-09-14 23:21:14 +00:00
parent edd5f20c2a
commit 379ec16b1e
2 changed files with 8 additions and 2 deletions

View file

@ -121,6 +121,8 @@ adc.optional = true
ipc = m:section(TypedSection, "IpcConnect")
ipc.anonymous = true
conns = ipc:option(Value, "MaxConnections")
conns.isInteger = true

View file

@ -10,13 +10,17 @@ config 'Interface'
config 'LoadPlugin'
option 'library' 'olsrd_dyn_gw.so.0.4'
option 'Ping' '141.1.1.1'
# option 'HNA' '192.168.80.0 255.255.255.0'
option 'Interval' '60'
config 'LoadPlugin'
option 'library' 'olsrd_nameservice.so.0.3'
option 'name' 'luci-node.olsr'
option 'name' 'luci-node'
option 'suffix' '.olsr'
option 'hosts_file' '/var/etc/hosts.olsr'
config 'LoadPlugin'
option 'library' 'olsrd_txtinfo.so.0.1'
option 'accept' '127.0.0.1'
config 'IpcConnect'
option 'MaxConnections' '0'