NIU: Initial
[project/luci.git] / modules / niu / luasrc / model / cbi / niu / network / lan.lua
1 local d = Delegator()
2 d.allow_finish = true
3 d.allow_back = true
4 d.allow_cancel = true
5
6 d:add("lan1", load("niu/network/lan1"))
7
8 return d