1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Add link to multipath-tcp site for help on MPTCP settings

This commit is contained in:
Ycarus 2018-07-02 17:18:26 +02:00
parent 84925793aa
commit 472fb8b553

View file

@ -3,7 +3,7 @@ local sys = require "luci.sys"
local ifaces = sys.net:devices()
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")
local mtcpg = s:option(ListValue, "multipath", translate("Multipath TCP"))