mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Fix MPTCP interface choice
This commit is contained in:
parent
9919f87f20
commit
301411adc6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ end
|
|||
local mtcpfm_subflows = s:option(Value, "mptcp_fullmesh_num_subflows", translate("Fullmesh subflows for each pair of IP addresses"))
|
||||
mtcpfm_subflows.datatype = "uinteger"
|
||||
mtcpfm_subflows.rmempty = false
|
||||
local mtcpfm_createonerr = s:option(Value, "mptcp_fullmesh_create_on_err", translate("Re-create fullmesh subflows after a timeout"))
|
||||
local mtcpfm_createonerr = s:option(ListValue, "mptcp_fullmesh_create_on_err", translate("Re-create fullmesh subflows after a timeout"))
|
||||
mtcpfm_createonerr:value(1, translate("enable"))
|
||||
mtcpfm_createonerr:value(0, translate("disable"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue