5ffe6417553f5df68c8db6a0c4a30984ee263f90
[project/luci.git] / src / ffluci / controller / admin / network.lua
1 module(..., package.seeall)
2
3 menu = {
4         descr   = "Netzwerk",
5         order   = 30,
6         entries = {
7                 {action = "vlan", descr = "Switch"},
8                 {action = "ifaces", descr = "Schnittstellen"},
9                 {action = "ptp", descr = "PPPoE / PPTP"},
10                 {action = "routes", descr = "Statische Routen"},
11         }
12 }