diff options
Diffstat (limited to 'templates')
29 files changed, 35 insertions, 40 deletions
diff --git a/templates/load-balancing/wan/disable-source-nat/node.def b/templates/load-balancing/wan/disable-source-nat/node.def index eabfd8e..5df025d 100644 --- a/templates/load-balancing/wan/disable-source-nat/node.def +++ b/templates/load-balancing/wan/disable-source-nat/node.def @@ -1 +1 @@ -help: Set to disable source nat rules from being configured for wan load balancing. +help: Disable source nat rules from being configured for wan load balancing diff --git a/templates/load-balancing/wan/enable-local-traffic/node.def b/templates/load-balancing/wan/enable-local-traffic/node.def index 2aa168a..c9441b9 100644 --- a/templates/load-balancing/wan/enable-local-traffic/node.def +++ b/templates/load-balancing/wan/enable-local-traffic/node.def @@ -1 +1 @@ -help: Set to enable wan load balancing for locally sourced traffic. +help: Enable wan load balancing for locally sourced traffic diff --git a/templates/load-balancing/wan/flush-connections/node.def b/templates/load-balancing/wan/flush-connections/node.def index 8798b0e..d55229b 100644 --- a/templates/load-balancing/wan/flush-connections/node.def +++ b/templates/load-balancing/wan/flush-connections/node.def @@ -1 +1 @@ -help: Set to flush connection tracking tables on connection state change. +help: Flush connection tracking tables on connection state change diff --git a/templates/load-balancing/wan/hook/node.def b/templates/load-balancing/wan/hook/node.def index 94ad019..e8326b4 100644 --- a/templates/load-balancing/wan/hook/node.def +++ b/templates/load-balancing/wan/hook/node.def @@ -1,2 +1,2 @@ type: txt -help: Set script to be executed on interface status change +help: Script to be executed on interface status change diff --git a/templates/load-balancing/wan/interface-health/node.def b/templates/load-balancing/wan/interface-health/node.def index d393140..2c5a8a1 100644 --- a/templates/load-balancing/wan/interface-health/node.def +++ b/templates/load-balancing/wan/interface-health/node.def @@ -1,3 +1,3 @@ tag: type: txt -help: Set interface name +help: Interface name diff --git a/templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def b/templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def index 3e7a9e6..46b3193 100644 --- a/templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def +++ b/templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def @@ -1,5 +1,5 @@ type: u32 default: 1 syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 10; "failure count must be between 1-10" -help: Set failure count +help: Failure count val_hel: u32:1-10; Failure count diff --git a/templates/load-balancing/wan/interface-health/node.tag/success-count/node.def b/templates/load-balancing/wan/interface-health/node.tag/success-count/node.def index 5ce0eb7..8d8a6b7 100644 --- a/templates/load-balancing/wan/interface-health/node.tag/success-count/node.def +++ b/templates/load-balancing/wan/interface-health/node.tag/success-count/node.def @@ -1,6 +1,6 @@ type: u32 default: 1 syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 10; "success count must be between 1 and 10" -help: Set success count +help: Success count val_help: u32:1-10; Success count diff --git a/templates/load-balancing/wan/interface-health/node.tag/test/node.def b/templates/load-balancing/wan/interface-health/node.tag/test/node.def index 169f3b9..855d0ae 100644 --- a/templates/load-balancing/wan/interface-health/node.tag/test/node.def +++ b/templates/load-balancing/wan/interface-health/node.tag/test/node.def @@ -1,5 +1,3 @@ tag: type: u32 -help: Set rule number - - +help: Rule number diff --git a/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/resp-time/node.def b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/resp-time/node.def index 8d0c3ad..972060a 100644 --- a/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/resp-time/node.def +++ b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/resp-time/node.def @@ -1,5 +1,5 @@ type: u32 default: 5 syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 30; "response must be between 1 and 30 seconds" -help: Set ping response time (seconds) +help: Ping response time (seconds) val_help: u32:1-30; Response time (seconds) diff --git a/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/target/node.def b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/target/node.def index 748949a..c0861b8 100644 --- a/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/target/node.def +++ b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/target/node.def @@ -1,3 +1,2 @@ type: txt -help: Set health target address - +help: Health target address diff --git a/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ttl-limit/node.def b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ttl-limit/node.def index 5e3e2d2..9d21cd1 100644 --- a/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ttl-limit/node.def +++ b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/ttl-limit/node.def @@ -1,4 +1,3 @@ type: u32 default: 1 -help: Set ttl limit (hop count) - +help: Ttl limit (hop count) diff --git a/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/type/node.def b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/type/node.def index bbbd548..95dc6ca 100644 --- a/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/type/node.def +++ b/templates/load-balancing/wan/interface-health/node.tag/test/node.tag/type/node.def @@ -1,12 +1,9 @@ type: txt -help: Set WLB test type +help: WLB test type syntax:expression: $VAR(@) in "ping", "ttl"; "action must be either ping or ttl expired test" -val_help: ping; Set rule test type to icmp echo response -val_help: ttl; Set rule test type to udp ttl expired response - - - +val_help: ping; Test with icmp echo response +val_help: ttl; Test with udp TTL expired response diff --git a/templates/load-balancing/wan/rule/node.def b/templates/load-balancing/wan/rule/node.def index 169f3b9..855d0ae 100644 --- a/templates/load-balancing/wan/rule/node.def +++ b/templates/load-balancing/wan/rule/node.def @@ -1,5 +1,3 @@ tag: type: u32 -help: Set rule number - - +help: 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 e242124..72abd58 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,5 +1,7 @@ type: txt -help: Set source IP address, subnet, or range + +help: Source IP address, subnet, or range + val_help: ipv4; IP address to match val_help: ipv4net; Subnet to match val_help: ipv4range; IP range to match 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 91aa41f..5ca1451 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: Set destination +help: 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 760cfd0..09e8178 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,5 +1,7 @@ type: txt -help: Set source port + +help: Source port + val_help: <port name>; Named port (any name in /etc/services, e.g., http) val_help: u32:1-65535; Numbered port val_help: range; Numbered port range (e.g., 1001-1005) diff --git a/templates/load-balancing/wan/rule/node.tag/enable-source-based-routing/node.def b/templates/load-balancing/wan/rule/node.tag/enable-source-based-routing/node.def index 6bb3fe0..ed2e68c 100644 --- a/templates/load-balancing/wan/rule/node.tag/enable-source-based-routing/node.def +++ b/templates/load-balancing/wan/rule/node.tag/enable-source-based-routing/node.def @@ -1 +1 @@ -help: Set to enable sourced based routing for wan load balancing. +help: Enable sourced based routing for wan load balancing diff --git a/templates/load-balancing/wan/rule/node.tag/exclude/node.def b/templates/load-balancing/wan/rule/node.tag/exclude/node.def index 8c3acd3..ed730a3 100644 --- a/templates/load-balancing/wan/rule/node.tag/exclude/node.def +++ b/templates/load-balancing/wan/rule/node.tag/exclude/node.def @@ -1 +1 @@ -help: Set to exclude packets matching this rule from wan load balance +help: Exclude packets matching this rule from wan load balance diff --git a/templates/load-balancing/wan/rule/node.tag/failover/node.def b/templates/load-balancing/wan/rule/node.tag/failover/node.def index ae725ff..7e4e4f1 100644 --- a/templates/load-balancing/wan/rule/node.tag/failover/node.def +++ b/templates/load-balancing/wan/rule/node.tag/failover/node.def @@ -1 +1 @@ -help: Set to enable failover for packets matching this rule from wan load balance +help: Enable failover for packets matching this rule from wan load balance 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 3b9bb83..1f8ca20 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: Set interface name [REQUIRED] +help: Interface name [REQUIRED] 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 59896a5..fd66e3d 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,5 +1,5 @@ type: u32 default: 1 syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 255; "Interface weight must be between 1 and 255" -help: Set load-balance weight +help: Load-balance weight val_help: u32:1-255; Interface weight diff --git a/templates/load-balancing/wan/rule/node.tag/limit/burst/node.def b/templates/load-balancing/wan/rule/node.tag/limit/burst/node.def index c83c53f..3924145 100644 --- a/templates/load-balancing/wan/rule/node.tag/limit/burst/node.def +++ b/templates/load-balancing/wan/rule/node.tag/limit/burst/node.def @@ -1,3 +1,3 @@ type: u32 -help: Set burst limit for matching packets +help: Burst limit for matching packets default: 5 diff --git a/templates/load-balancing/wan/rule/node.tag/limit/period/node.def b/templates/load-balancing/wan/rule/node.tag/limit/period/node.def index 8dce515..2645887 100644 --- a/templates/load-balancing/wan/rule/node.tag/limit/period/node.def +++ b/templates/load-balancing/wan/rule/node.tag/limit/period/node.def @@ -1,4 +1,4 @@ type: txt -help: Set time window for rate calculation +help: Time window for rate calculation default: "second" syntax:expression: $VAR(@) in "second", "minute", "hour"; "period must be second or minute or hour" diff --git a/templates/load-balancing/wan/rule/node.tag/limit/rate/node.def b/templates/load-balancing/wan/rule/node.tag/limit/rate/node.def index 9344b22..9f0aef3 100644 --- a/templates/load-balancing/wan/rule/node.tag/limit/rate/node.def +++ b/templates/load-balancing/wan/rule/node.tag/limit/rate/node.def @@ -1,3 +1,3 @@ type: u32 -help: Set number of packets used for rate limit +help: Number of packets used for rate limit default: 5 diff --git a/templates/load-balancing/wan/rule/node.tag/limit/threshold/node.def b/templates/load-balancing/wan/rule/node.tag/limit/threshold/node.def index a837802..2fcc2d0 100644 --- a/templates/load-balancing/wan/rule/node.tag/limit/threshold/node.def +++ b/templates/load-balancing/wan/rule/node.tag/limit/threshold/node.def @@ -1,4 +1,4 @@ type: txt -help: Set threshold behavior for limit +help: Threshold behavior for limit default: "below" syntax:expression: $VAR(@) in "below", "above"; "limit can apply above or below rate" 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 8a62643..b7a1f01 100644 --- a/templates/load-balancing/wan/rule/node.tag/protocol/node.def +++ b/templates/load-balancing/wan/rule/node.tag/protocol/node.def @@ -1,5 +1,5 @@ type: txt -help: Set protocol to match (protocol name in /etc/protocols or protocol number or "all") +help: Protocol to match default: "all" syntax:expression: exec "/opt/vyatta/sbin/vyatta-validate-type.pl protocol_negate '$VAR(@)'" ; "invalid protocol \"$VAR(@)\"" val_help: txt; IP protocol name from /etc/protocols (e.g. "tcp" or "udp") 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 e242124..72d6a17 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,5 +1,5 @@ type: txt -help: Set source IP address, subnet, or range +help: Source IP address, subnet, or range val_help: ipv4; IP address to match val_help: ipv4net; Subnet to match val_help: ipv4range; IP range to match 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 e1c06be..0c108ba 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: Set source information +help: 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 b16be4b..adfae7a 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,5 +1,5 @@ type: txt -help: Set source port +help: Source port val_help: <port name>; Named port (any name in /etc/services, e.g., http) val_help: u32:1-65535; Numbered port val_help: range; Numbered port range (e.g., 1001-1005) |