blob: 2774dfdb02276d5894ebac2d3202b5bf02b16c86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
module(..., package.seeall)
menu = {
descr = "Netzwerk",
order = 20,
entries = {
{action = "vlan", descr = "VLAN"},
{action = "ifaces", descr = "Schnittstellen"},
{action = "ptp", descr = "PPPoE / PPTP"},
}
}
|