summaryrefslogtreecommitdiff
path: root/templates/load-balancing/wan/rule
diff options
context:
space:
mode:
Diffstat (limited to 'templates/load-balancing/wan/rule')
-rw-r--r--templates/load-balancing/wan/rule/node.def2
-rw-r--r--templates/load-balancing/wan/rule/node.tag/destination/address/node.def14
-rw-r--r--templates/load-balancing/wan/rule/node.tag/destination/node.def2
-rw-r--r--templates/load-balancing/wan/rule/node.tag/destination/port/node.def4
-rw-r--r--templates/load-balancing/wan/rule/node.tag/interface/node.def2
-rw-r--r--templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def2
-rw-r--r--templates/load-balancing/wan/rule/node.tag/protocol/node.def4
-rw-r--r--templates/load-balancing/wan/rule/node.tag/source/address/node.def14
-rw-r--r--templates/load-balancing/wan/rule/node.tag/source/node.def2
-rw-r--r--templates/load-balancing/wan/rule/node.tag/source/port/node.def4
10 files changed, 25 insertions, 25 deletions
diff --git a/templates/load-balancing/wan/rule/node.def b/templates/load-balancing/wan/rule/node.def
index 7d8295b..169f3b9 100644
--- a/templates/load-balancing/wan/rule/node.def
+++ b/templates/load-balancing/wan/rule/node.def
@@ -1,5 +1,5 @@
tag:
type: u32
-help: rule number
+help: Set rule number
diff --git a/templates/load-balancing/wan/rule/node.tag/destination/address/node.def b/templates/load-balancing/wan/rule/node.tag/destination/address/node.def
index ae18e02..a11b2ba 100644
--- a/templates/load-balancing/wan/rule/node.tag/destination/address/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/destination/address/node.def
@@ -1,9 +1,9 @@
type: txt
-help: Source IP address, subnet, or range
+help: Set source IP address, subnet, or range
comp_help: Possible completions:
- <IP address> IP address to match
- <IP address>/<prefix length> Subnet to match
- <IP address>-<IP address> IP range to match
- !<IP address> Match everything except the specified address
- !<IP address>/<prefix length> Match everything except the specified subnet
- !<IP address>-<IP address> Match everything except the specified range
+ <x.x.x.x> IP address to match
+ <x.x.x.x/x> Subnet to match
+ <x.x.x.x>-<x.x.x.x> IP range to match
+ !<x.x.x.x> Match everything except the specified address
+ !<x.x.x.x/x> Match everything except the specified subnet
+ !<x.x.x.x>-<x.x.x.x> Match everything except the specified range
diff --git a/templates/load-balancing/wan/rule/node.tag/destination/node.def b/templates/load-balancing/wan/rule/node.tag/destination/node.def
index ebdd65f..91aa41f 100644
--- a/templates/load-balancing/wan/rule/node.tag/destination/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/destination/node.def
@@ -1 +1 @@
-help: destination
+help: Set destination
diff --git a/templates/load-balancing/wan/rule/node.tag/destination/port/node.def b/templates/load-balancing/wan/rule/node.tag/destination/port/node.def
index e14959a..9974fdf 100644
--- a/templates/load-balancing/wan/rule/node.tag/destination/port/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/destination/port/node.def
@@ -1,8 +1,8 @@
type: txt
-help: Configure source port
+help: Set source port
comp_help: Source port(s) can be specified as a comma-separated list of:
<port name> Named port (any name in /etc/services, e.g., http)
- <port number> Numbered port (between 1 and 65535)
+ <1-65535> Numbered port
<start>-<end> Numbered port range (e.g., 1001-1005)
The whole list can also be "negated" using '!'. For example:
'!22,telnet,http,123,1001-1005'
diff --git a/templates/load-balancing/wan/rule/node.tag/interface/node.def b/templates/load-balancing/wan/rule/node.tag/interface/node.def
index fdbb488..d393140 100644
--- a/templates/load-balancing/wan/rule/node.tag/interface/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/interface/node.def
@@ -1,3 +1,3 @@
tag:
type: txt
-help: interface name
+help: Set interface name
diff --git a/templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def b/templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def
index ac503f8..642ecc0 100644
--- a/templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def
@@ -1,6 +1,6 @@
type: u32
default: 1
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 255; "Interface weight must be between 1 and 255"
-help: load-balance weight
+help: Set load-balance weight
comp_help: possible completions:
<1-255> set interface weight
diff --git a/templates/load-balancing/wan/rule/node.tag/protocol/node.def b/templates/load-balancing/wan/rule/node.tag/protocol/node.def
index a0c9aec..339b1d1 100644
--- a/templates/load-balancing/wan/rule/node.tag/protocol/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/protocol/node.def
@@ -1,4 +1,4 @@
-help: protocol
+help: Set protocol
type: txt
default: "all"
-syntax:expression: $VAR(@) in "all", "tcp", "udp", "icmp"; "must be (all, tcp, udp, icmp)" \ No newline at end of file
+syntax:expression: $VAR(@) in "all", "tcp", "udp", "icmp"; "must be (all, tcp, udp, icmp)"
diff --git a/templates/load-balancing/wan/rule/node.tag/source/address/node.def b/templates/load-balancing/wan/rule/node.tag/source/address/node.def
index ae18e02..a11b2ba 100644
--- a/templates/load-balancing/wan/rule/node.tag/source/address/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/source/address/node.def
@@ -1,9 +1,9 @@
type: txt
-help: Source IP address, subnet, or range
+help: Set source IP address, subnet, or range
comp_help: Possible completions:
- <IP address> IP address to match
- <IP address>/<prefix length> Subnet to match
- <IP address>-<IP address> IP range to match
- !<IP address> Match everything except the specified address
- !<IP address>/<prefix length> Match everything except the specified subnet
- !<IP address>-<IP address> Match everything except the specified range
+ <x.x.x.x> IP address to match
+ <x.x.x.x/x> Subnet to match
+ <x.x.x.x>-<x.x.x.x> IP range to match
+ !<x.x.x.x> Match everything except the specified address
+ !<x.x.x.x/x> Match everything except the specified subnet
+ !<x.x.x.x>-<x.x.x.x> Match everything except the specified range
diff --git a/templates/load-balancing/wan/rule/node.tag/source/node.def b/templates/load-balancing/wan/rule/node.tag/source/node.def
index 0fcb397..e1c06be 100644
--- a/templates/load-balancing/wan/rule/node.tag/source/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/source/node.def
@@ -1 +1 @@
-help: source
+help: Set source information
diff --git a/templates/load-balancing/wan/rule/node.tag/source/port/node.def b/templates/load-balancing/wan/rule/node.tag/source/port/node.def
index 1973f1c..e65cbfd 100644
--- a/templates/load-balancing/wan/rule/node.tag/source/port/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/source/port/node.def
@@ -1,8 +1,8 @@
type: txt
-help: Configure source port
+help: Set source port
comp_help: Source port(s) can be specified as a comma-separated list of:
<port name> Named port (any name in /etc/services, e.g., http)
- <port number> Numbered port (between 1 and 65535)
+ <1-65535> Numbered port
<start>-<end> Numbered port range (e.g., 1001-1005)
The whole list can also be "negated" using '!'. For example:
'!22,telnet,http,123,1001-1005'