luci-app-mwan3: update rule help text
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 17 Jan 2018 14:30:15 +0000 (15:30 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 18 Jan 2018 14:09:30 +0000 (15:09 +0100)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-mwan3/luasrc/model/cbi/mwan/rule.lua

index bdabd38..151103f 100644 (file)
@@ -37,9 +37,13 @@ m5 = Map("mwan3", translate("MWAN - Rules"),
        ruleWarn())
 
 mwan_rule = m5:section(TypedSection, "rule", nil,
        ruleWarn())
 
 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 />" ..
-       "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 />" ..
-       "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 />" ..
+       translate("Rules specify which traffic will use a particular MWAN policy<br />" ..
+       "Rules are based on IP address, port or protocol<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 />" ..
        "Rules may not share the same name as configured interfaces, members or policies"))
        mwan_rule.addremove = true
        "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"))
        mwan_rule.addremove = true