luci-app-mwan3: update rule help text
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
2d7e440eb1
commit
8014e21d6d
1 changed files with 7 additions and 3 deletions
|
@ -37,9 +37,13 @@ m5 = Map("mwan3", translate("MWAN - Rules"),
|
||||||
ruleWarn())
|
ruleWarn())
|
||||||
|
|
||||||
mwan_rule = m5:section(TypedSection, "rule", nil,
|
mwan_rule = m5:section(TypedSection, "rule", nil,
|
||||||
translate("Rules specify which traffic will use a particular MWAN policy based on IP address, port or protocol<br />" ..
|
translate("Rules specify which traffic will use a particular MWAN policy<br />" ..
|
||||||
"Rules are matched from top to bottom. Rules below a matching rule are ignored. Traffic not matching any rule is routed using the main routing table<br />" ..
|
"Rules are based on IP address, port or protocol<br />" ..
|
||||||
"Traffic destined for known (other than default) networks is handled by the main routing table. Traffic matching a rule, but all WAN interfaces for that policy are down will be blackholed<br />" ..
|
"Rules are matched from top to bottom<br />" ..
|
||||||
|
"Rules below a matching rule are ignored<br />" ..
|
||||||
|
"Traffic not matching any rule is routed using the main routing table<br />" ..
|
||||||
|
"Traffic destined for known (other than default) networks is handled by the main routing table<br />" ..
|
||||||
|
"Traffic matching a rule, but all WAN interfaces for that policy are down will be blackholed<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 />" ..
|
||||||
"Rules may not share the same name as configured interfaces, members or policies"))
|
"Rules may not share the same name as configured interfaces, members or policies"))
|
||||||
mwan_rule.addremove = true
|
mwan_rule.addremove = true
|
||||||
|
|
Loading…
Reference in a new issue