summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/luasrc/statistics/plugins/netlink.lua
blob: 885caf0bda20b51fc3a1da9e5cdfecdcc9a4c679 (plain)
1
2
3
4
5
6
7
8
9
return {
	legend = {
		{ },
		{ "IgnoreSelected" },
		{ "Interfaces", "VerboseInterfaces", "QDiscs", "Classes", "Filters" }
	},
	label = _("Netlink"),
	category = "network"
}