summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/controller/admin/network.lua
blob: 534193b4db77f0254527ab0166674a282480ae6a (plain)
1
2
3
4
5
6
7
8
9
10
11
module(..., package.seeall)

menu = {
	descr   = "Netzwerk",
	order   = 30,
	entries = {
		{action = "vlan", descr = "Switch"},
		{action = "ifaces", descr = "Schnittstellen"},
		{action = "ptp", descr = "PPPoE / PPTP"},
	}
}