mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix DSCP luci
This commit is contained in:
parent
07d38b657f
commit
1469dac384
1 changed files with 3 additions and 3 deletions
|
@ -63,8 +63,8 @@ dsth = s:option(Value, "dest_ip", translate("Destination host"))
|
||||||
dports = s:option(Value, "dest_port", translate("Destination ports"))
|
dports = s:option(Value, "dest_port", translate("Destination ports"))
|
||||||
dports.rmempty = true
|
dports.rmempty = true
|
||||||
dports:value("", translate("all"))
|
dports:value("", translate("all"))
|
||||||
dports:depends(proto="tcp")
|
dports:depends("proto","tcp")
|
||||||
dports:depends(proto="udp")
|
dports:depends("proto","udp")
|
||||||
-- dports:depends({proto="tcp", direction="upload"})
|
-- dports:depends({proto="tcp", direction="upload"})
|
||||||
-- dports:depends({proto="udp", direction="upload"})
|
-- dports:depends({proto="udp", direction="upload"})
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ t = s:option(ListValue, "class", translate("Class"))
|
||||||
t:value("cs5", translate("CS5"))
|
t:value("cs5", translate("CS5"))
|
||||||
t:value("cs6", translate("CS6 - Network routing"))
|
t:value("cs6", translate("CS6 - Network routing"))
|
||||||
t:value("cs7", translate("CS7"))
|
t:value("cs7", translate("CS7"))
|
||||||
t:value("ef", translate("EF Voice"))
|
t:value("ef", translate("EF - Voice"))
|
||||||
|
|
||||||
comment = s:option(Value, "comment", translate("Comment"))
|
comment = s:option(Value, "comment", translate("Comment"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue