mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Add ecf in luci mptcp interface
This commit is contained in:
parent
3dfe06fdc1
commit
af495c5efd
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ mtcpsch:value("roundrobin", translate("round-robin"))
|
|||
mtcpsch:value("redundant", translate("redundant"))
|
||||
if uname.release:sub(1,4) == "4.19" then
|
||||
mtcpsch:value("blest", translate("BLEST"))
|
||||
mtcpsch:value("ecf", translate("ECF"))
|
||||
end
|
||||
local mtcpsyn = s:option(Value, "mptcp_syn_retries", translate("Multipath TCP SYN retries"))
|
||||
mtcpsyn.datatype = "uinteger"
|
||||
|
|
Loading…
Reference in a new issue