blob: 5ffe6417553f5df68c8db6a0c4a30984ee263f90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
module(..., package.seeall)
menu = {
descr = "Netzwerk",
order = 30,
entries = {
{action = "vlan", descr = "Switch"},
{action = "ifaces", descr = "Schnittstellen"},
{action = "ptp", descr = "PPPoE / PPTP"},
{action = "routes", descr = "Statische Routen"},
}
}
|