mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Add link to multipath-tcp site for help on MPTCP settings
This commit is contained in:
parent
84925793aa
commit
472fb8b553
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ local sys = require "luci.sys"
|
||||||
local ifaces = sys.net:devices()
|
local ifaces = sys.net:devices()
|
||||||
local m, s, o
|
local m, s, o
|
||||||
|
|
||||||
m = Map("network", translate("MPTCP"), translate("Networks MPTCP settings"))
|
m = Map("network", translate("MPTCP"), translate("Networks MPTCP settings"), translate("Visit <a href='http://multipath-tcp.org/pmwiki.php/Users/ConfigureMPTCP'>http://multipath-tcp.org/pmwiki.php/Users/ConfigureMPTCP</a> for help."))
|
||||||
|
|
||||||
s = m:section(TypedSection, "globals")
|
s = m:section(TypedSection, "globals")
|
||||||
local mtcpg = s:option(ListValue, "multipath", translate("Multipath TCP"))
|
local mtcpg = s:option(ListValue, "multipath", translate("Multipath TCP"))
|
||||||
|
|
Loading…
Reference in a new issue