* luci/statistics: implement initial i18n support, added first translations, removed...
[project/luci.git] / applications / luci-statistics / luasrc / statistics / rrdtool / definitions / iptables / ipt_packets.lua
1 module("luci.statistics.rrdtool.definitions.iptables.ipt_packets", package.seeall)
2
3 function rrdargs( graph, plugin, plugin_instance, dtype )
4
5         return {
6                 data = { 
7                         options = {
8                                 ipt_packets = { total = true }
9                         }
10                 }
11         }
12 end