NIU:
[project/luci.git] / modules / niu / luasrc / model / cbi / niu / traffic / routes.lua
diff --git a/modules/niu/luasrc/model/cbi/niu/traffic/routes.lua b/modules/niu/luasrc/model/cbi/niu/traffic/routes.lua
new file mode 100644 (file)
index 0000000..f8e8a8a
--- /dev/null
@@ -0,0 +1,17 @@
+local cursor = require "luci.model.uci".cursor()
+local d = Delegator()
+d.allow_finish = true
+d.allow_back = true
+d.allow_cancel = true
+
+d:add("routes1", load("niu/traffic/routes1"))
+
+function d.on_cancel()
+       cursor:revert("network")
+end
+
+function d.on_done()
+       cursor:commit("network")
+end
+
+return d
\ No newline at end of file