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:
parent
39e5211172
commit
b8adf51e1d
7 changed files with 327 additions and 1 deletions
8
luci-app-omr-dscp/luasrc/controller/omr-dscp.lua
Normal file
8
luci-app-omr-dscp/luasrc/controller/omr-dscp.lua
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue