diff options
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua new file mode 100644 index 0000000000..885caf0bda --- /dev/null +++ b/applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua @@ -0,0 +1,9 @@ +return { + legend = { + { }, + { "IgnoreSelected" }, + { "Interfaces", "VerboseInterfaces", "QDiscs", "Classes", "Filters" } + }, + label = _("Netlink"), + category = "network" +} |