luci-app-mwan3: fix max tracking interface hint
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
25f2fbd3f7
commit
f9843477ea
1 changed files with 1 additions and 2 deletions
|
@ -140,8 +140,7 @@ m = Map("mwan3", translate("MWAN - Interfaces"),
|
||||||
interfaceWarnings(configCheck()))
|
interfaceWarnings(configCheck()))
|
||||||
|
|
||||||
mwan_interface = m:section(TypedSection, "interface", nil,
|
mwan_interface = m:section(TypedSection, "interface", nil,
|
||||||
translate("MWAN supports up to 252 physical and/or logical interfaces<br />" ..
|
translate("mwan3 requires that all interfaces have a unique metric configured in /etc/config/network<br />" ..
|
||||||
"MWAN 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 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 />" ..
|
"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"))
|
"Interfaces may not share the same name as configured members, policies or rules"))
|
||||||
|
|
Loading…
Reference in a new issue