NIU: Initial
[project/luci.git] / modules / niu / luasrc / model / cbi / niu / network / lan.lua
diff --git a/modules/niu/luasrc/model/cbi/niu/network/lan.lua b/modules/niu/luasrc/model/cbi/niu/network/lan.lua
new file mode 100644 (file)
index 0000000..acbfe4f
--- /dev/null
@@ -0,0 +1,8 @@
+local d = Delegator()
+d.allow_finish = true
+d.allow_back = true
+d.allow_cancel = true
+
+d:add("lan1", load("niu/network/lan1"))
+
+return d
\ No newline at end of file