diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-28 04:50:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-28 04:50:54 +0000 |
commit | f09ffc2850d43672d036f3e710a9880444fcd678 (patch) | |
tree | 3137cc4eb663a61b9ca390e699b7638b4c28d922 /applications/luci-statistics/root/usr | |
parent | 6acb5c2ab4093973d03657f9eea248c135f58cfc (diff) |
applications/luci-statistics: add support for conntrack plugin
Diffstat (limited to 'applications/luci-statistics/root/usr')
-rwxr-xr-x | applications/luci-statistics/root/usr/bin/stat-genconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/applications/luci-statistics/root/usr/bin/stat-genconfig b/applications/luci-statistics/root/usr/bin/stat-genconfig index 97c3628ab..8d43b8a0b 100755 --- a/applications/luci-statistics/root/usr/bin/stat-genconfig +++ b/applications/luci-statistics/root/usr/bin/stat-genconfig @@ -192,7 +192,6 @@ function _list_expand( c, l, nopad ) k = n:gsub("(%w+)s", "%1") end - str = str .. _expand( c[n], k, nopad ) end end @@ -334,7 +333,11 @@ plugins = { { "Interfaces", "WatchAdds" } }, - memory = { }, + memory = { + { }, + { }, + { } + }, netlink = { { }, |