Update qmodem_mwan.sh to add keep_failure_interval for interface
This commit is contained in:
parent
7a4c62ae05
commit
400fb27b1b
@ -8,7 +8,7 @@ local script_path="/usr/share/qmodem/"
|
|||||||
m = Map("qmodem_mwan")
|
m = Map("qmodem_mwan")
|
||||||
m.title = translate("Mwan Config")
|
m.title = translate("Mwan Config")
|
||||||
m.description = translate("Check and modify the mwan configuration")
|
m.description = translate("Check and modify the mwan configuration")
|
||||||
s = m:section(NamedSection, "global", "global", translate("gloal Config"))
|
s = m:section(NamedSection, "global", "global")
|
||||||
s.anonymous = true
|
s.anonymous = true
|
||||||
s.addremove = false
|
s.addremove = false
|
||||||
enable_mwan = s:option(Flag, "enable_mwan", translate("Enable MWAN"))
|
enable_mwan = s:option(Flag, "enable_mwan", translate("Enable MWAN"))
|
||||||
|
@ -11,8 +11,8 @@ msgstr "粘性模式"
|
|||||||
msgid "sticky timeout"
|
msgid "sticky timeout"
|
||||||
msgstr "粘性超时"
|
msgstr "粘性超时"
|
||||||
|
|
||||||
msgid "track_ip"
|
msgid "Track IP"
|
||||||
msgstr "成员跟踪IP"
|
msgstr "跟踪IP"
|
||||||
|
|
||||||
msgid "Interface"
|
msgid "Interface"
|
||||||
msgstr "成员接口"
|
msgstr "成员接口"
|
||||||
@ -29,6 +29,9 @@ msgstr "mwan配置"
|
|||||||
msgid "IPV4 Config"
|
msgid "IPV4 Config"
|
||||||
msgstr "IPV4配置"
|
msgstr "IPV4配置"
|
||||||
|
|
||||||
|
msgid "Enable MWAN"
|
||||||
|
msgstr "启用MWAN"
|
||||||
|
|
||||||
msgid "Set the weight for the load balancing member. A higher weight means more traffic will be assigned to this member. The default value is 1, with a range from 1 to 255."
|
msgid "Set the weight for the load balancing member. A higher weight means more traffic will be assigned to this member. The default value is 1, with a range from 1 to 255."
|
||||||
msgstr "设置负载均衡成员的权重。权重越高,该成员被分配到的流量越多。默认值为1,范围为1到255。"
|
msgstr "设置负载均衡成员的权重。权重越高,该成员被分配到的流量越多。默认值为1,范围为1到255。"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user