2008-05-25 17:53:04 +00:00
|
|
|
module("luci.statistics.rrdtool.definitions.iptables.ipt_packets", package.seeall)
|
2008-05-25 02:37:39 +00:00
|
|
|
|
2008-05-28 17:51:15 +00:00
|
|
|
function rrdargs( graph, plugin, plugin_instance, dtype )
|
2008-05-25 02:37:39 +00:00
|
|
|
|
2008-05-28 17:51:15 +00:00
|
|
|
return {
|
2008-05-28 22:34:26 +00:00
|
|
|
data = {
|
2008-05-28 17:51:15 +00:00
|
|
|
options = {
|
|
|
|
ipt_packets = { total = true }
|
|
|
|
}
|
2008-05-25 02:37:39 +00:00
|
|
|
}
|
2008-05-28 17:51:15 +00:00
|
|
|
}
|
2008-05-25 02:37:39 +00:00
|
|
|
end
|