Update qmodem_mwan.sh to add keep_failure_interval for interface

This commit is contained in:
fujr 2024-10-24 14:59:57 +08:00
parent 7a4c62ae05
commit 400fb27b1b
2 changed files with 6 additions and 3 deletions

View File

@ -8,7 +8,7 @@ local script_path="/usr/share/qmodem/"
m = Map("qmodem_mwan")
m.title = translate("Mwan Config")
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.addremove = false
enable_mwan = s:option(Flag, "enable_mwan", translate("Enable MWAN"))

View File

@ -11,8 +11,8 @@ msgstr "粘性模式"
msgid "sticky timeout"
msgstr "粘性超时"
msgid "track_ip"
msgstr "成员跟踪IP"
msgid "Track IP"
msgstr "跟踪IP"
msgid "Interface"
msgstr "成员接口"
@ -29,6 +29,9 @@ msgstr "mwan配置"
msgid "IPV4 Config"
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."
msgstr "设置负载均衡成员的权重。权重越高该成员被分配到的流量越多。默认值为1范围为1到255。"