diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-09-08 13:10:43 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-11-04 15:12:01 +0100 |
commit | f9843477eac1f018fe543bcecc70dd75f980db1f (patch) | |
tree | 82976225d2b7ad36725eb379d0ba49aa0bf304c7 /applications | |
parent | 25f2fbd3f7fbcb0ef94c7339c2d82a5d980a7cfd (diff) |
luci-app-mwan3: fix max tracking interface hint
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua index d9d21b9ec..6e34311d0 100644 --- a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua +++ b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua @@ -140,8 +140,7 @@ m = Map("mwan3", translate("MWAN - Interfaces"), interfaceWarnings(configCheck())) mwan_interface = m:section(TypedSection, "interface", nil, - translate("MWAN supports up to 252 physical and/or logical interfaces<br />" .. - "MWAN requires that all interfaces have a unique metric configured in /etc/config/network<br />" .. + translate("mwan3 requires that all interfaces have a unique metric configured in /etc/config/network<br />" .. "Names must match the interface name found in /etc/config/network<br />" .. "Names may contain characters A-Z, a-z, 0-9, _ and no spaces<br />" .. "Interfaces may not share the same name as configured members, policies or rules")) |