1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add DSCP support

This commit is contained in:
Ycarus 2019-04-15 22:18:01 +02:00
parent 39e5211172
commit b8adf51e1d
7 changed files with 327 additions and 1 deletions

View file

@ -0,0 +1,8 @@
module("luci.controller.omr-dscp", package.seeall)
function index()
entry({"admin", "network", "omr-dscp"}, alias("admin", "network", "omr-dscp", "dscp"), _("OMR-DSCP"))
--entry({"admin", "network", "omr-dscp", "index"}, template("omr-dscp/dscp"))
entry({"admin", "network", "omr-dscp", "dscp"}, cbi("dscp"), _("DSCP"),1)
entry({"admin", "network", "omr-dscp", "domains"}, cbi("dscp-domains"), _("DSCP Domains"),2).leaf = true
end