diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-16 11:50:28 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-16 11:50:28 -0700 |
commit | 5108933b8bb6eebc019e59e25a2a8ebcd858b58d (patch) | |
tree | 6bb0af87e92f191db9906e3e793671dd49f1fd81 /templates/traffic-policy/round-robin | |
parent | 2fec7765432ce770d0d44553a61c553091c76567 (diff) | |
download | vyatta-cfg-qos-5108933b8bb6eebc019e59e25a2a8ebcd858b58d.tar.gz vyatta-cfg-qos-5108933b8bb6eebc019e59e25a2a8ebcd858b58d.zip |
Remove verb from help string text
And fix some typos
Diffstat (limited to 'templates/traffic-policy/round-robin')
26 files changed, 26 insertions, 26 deletions
diff --git a/templates/traffic-policy/round-robin/node.def b/templates/traffic-policy/round-robin/node.def index 4427e1a..56e932c 100644 --- a/templates/traffic-policy/round-robin/node.def +++ b/templates/traffic-policy/round-robin/node.def @@ -1,6 +1,6 @@ tag: type: txt -help: Set deficit round robin based policy +help: Deficit round robin based policy syntax:expression: pattern $VAR(@) "^[[:alnum:]][-_[:alnum:]]*$" ; "only alpha-numeric policy name allowed" create: /opt/vyatta/sbin/vyatta-qos.pl --create-policy $VAR(.) $VAR(@) diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.def index d606de1..3dbbeeb 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.def @@ -1,6 +1,6 @@ tag: type: u32 -help: Set class handle +help: Class handle syntax:expression: $VAR(@) > 1 && $VAR(@) < 4096; "Class identifier must be between 3 and 4095" comp_help: possible completions <2-4095> Class ID diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/description/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/description/node.def index d4241e7..9a24868 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/description/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/description/node.def @@ -1,2 +1,2 @@ type: txt -help: Set description for this traffic class +help: Description for this traffic class diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.def index 2a5d021..cde128f 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.def @@ -1,4 +1,4 @@ tag: type: txt syntax:expression: pattern $VAR(@) "^[^-]" ; "Match queue name cannot start with \"-\"" -help: Set class matching rule name +help: Class matching rule name diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/description/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/description/node.def index a56c59c..903f260 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/description/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/description/node.def @@ -1,2 +1,2 @@ type: txt -help: Set description for this match +help: Description for this match diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/destination/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/destination/node.def index e8be347..92fb9a9 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/destination/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/destination/node.def @@ -1,2 +1,2 @@ type: macaddr -help: Set the Ethernet destination address for this match +help: Ethernet destination address for this match diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/node.def index 28764b3..454c1ed 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/node.def @@ -1 +1 @@ -help: Set Ethernet header match +help: Ethernet header match diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/protocol/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/protocol/node.def index 824405b..102a12e 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/protocol/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/protocol/node.def @@ -1,5 +1,5 @@ type: txt -help: Set Ethernet protocol for this match +help: Ethernet protocol for this match allowed: echo \ all 802.1Q 802_2 802_3 aarp aoe arp atalk \ dec ip ipv6 ipx lat localtalk rarp snap x25 diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/source/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/source/node.def index b993af6..3094167 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/source/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ether/source/node.def @@ -1,2 +1,2 @@ type: macaddr -help: Set the Ethernet source address for this match +help: Ethernet source address for this match diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/interface/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/interface/node.def index bb0c1e3..f12c59c 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/interface/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/interface/node.def @@ -1,5 +1,5 @@ type: txt -help: Set interface name for this match +help: Interface name for this match syntax:expression: exec "[ -f /sys/class/net/$VAR(@)/ifindex ]" ; "Interface must already exist" allowed: local -a array array=( /sys/class/net/* ) diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/destination/address/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/destination/address/node.def index ccd2d14..8d02285 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/destination/address/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/destination/address/node.def @@ -1,2 +1,2 @@ type: ipv4net -help: Set IP destination address for this match +help: IP destination address for this match diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/destination/port/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/destination/port/node.def index 561899c..fd145a5 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/destination/port/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/destination/port/node.def @@ -1,3 +1,3 @@ type: u32 -help: Set IP destination port for this match +help: IP destination port for this match syntax:expression: ($VAR(@) > 0 && $VAR(@) < 65536) ; "port must be between 1 and 65535" diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/source/address/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/source/address/node.def index 0bc690a..6053344 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/source/address/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/source/address/node.def @@ -1,2 +1,2 @@ type: ipv4net -help: Set IP source address for this match +help: IP source address for this match diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/source/port/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/source/port/node.def index ecd96ab..61247fd 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/source/port/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ip/source/port/node.def @@ -1,3 +1,3 @@ type: u32 -help: Set IP source port for this match +help: IP source port for this match syntax:expression: ($VAR(@) > 0 && $VAR(@) < 65536) ; "port must be between 1 and 65535" diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/destination/address/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/destination/address/node.def index 2f608f8..3fbbc31 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/destination/address/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/destination/address/node.def @@ -1,2 +1,2 @@ type: ipv6net -help: Set IP destination address for this match +help: IP destination address for this match diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/destination/port/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/destination/port/node.def index 561899c..fd145a5 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/destination/port/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/destination/port/node.def @@ -1,3 +1,3 @@ type: u32 -help: Set IP destination port for this match +help: IP destination port for this match syntax:expression: ($VAR(@) > 0 && $VAR(@) < 65536) ; "port must be between 1 and 65535" diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/source/address/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/source/address/node.def index 23c96c2..9071a74 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/source/address/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/source/address/node.def @@ -1,2 +1,2 @@ type: ipv6net -help: Set IP source address for this match +help: IP source address for this match diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/source/port/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/source/port/node.def index ecd96ab..61247fd 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/source/port/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/ipv6/source/port/node.def @@ -1,3 +1,3 @@ type: u32 -help: Set IP source port for this match +help: IP source port for this match syntax:expression: ($VAR(@) > 0 && $VAR(@) < 65536) ; "port must be between 1 and 65535" diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/vif/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/vif/node.def index e22250d..f98cda5 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/vif/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/match/node.tag/vif/node.def @@ -1,5 +1,5 @@ type: u32 -help: Set Virtual Local Area Network (VLAN) ID for this match +help: Virtual Local Area Network (VLAN) ID for this match syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 4095; "VLAN ID must be between 0 and 4095" comp_help: possible completions: <0-4095> Set VLAN ID diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-limit/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-limit/node.def index ef684e3..f0dfee8 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-limit/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-limit/node.def @@ -1,4 +1,4 @@ type: u32 -help: Set maximum queue size (packets) +help: Maximum queue size (packets) syntax:expression: $VAR(@) > 1 && $VAR(@) < 128;\ "Queue limit must greater than 1 and less than 128" diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-type/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-type/node.def index ecbcede..9e2227d 100644 --- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-type/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-type/node.def @@ -1,7 +1,7 @@ type: txt default: "drop-tail" syntax:expression: $VAR(@) in "fair-queue", "priority", "drop-tail"; "Unknown queue-type" -help: Set the queue type for this class +help: Queue type for this class comp_help:Possible completions fair-queue\tStochastic Fair Queue (SFQ) drop-tail\tFirst-In-First-Out (FIFO) diff --git a/templates/traffic-policy/round-robin/node.tag/default/node.def b/templates/traffic-policy/round-robin/node.tag/default/node.def index de9cd5c..142cba3 100644 --- a/templates/traffic-policy/round-robin/node.tag/default/node.def +++ b/templates/traffic-policy/round-robin/node.tag/default/node.def @@ -1 +1 @@ -help: Set default policy +help: Default policy diff --git a/templates/traffic-policy/round-robin/node.tag/default/queue-limit/node.def b/templates/traffic-policy/round-robin/node.tag/default/queue-limit/node.def index bac5c2a..2aaf405 100644 --- a/templates/traffic-policy/round-robin/node.tag/default/queue-limit/node.def +++ b/templates/traffic-policy/round-robin/node.tag/default/queue-limit/node.def @@ -1,3 +1,3 @@ type: u32 -help: Set maximum queue size (packets) +help: Maximum queue size (packets) syntax:expression: $VAR(@) > 0 ; "Queue limit must greater than zero" diff --git a/templates/traffic-policy/round-robin/node.tag/default/queue-type/node.def b/templates/traffic-policy/round-robin/node.tag/default/queue-type/node.def index 61f9506..e1d77a3 100644 --- a/templates/traffic-policy/round-robin/node.tag/default/queue-type/node.def +++ b/templates/traffic-policy/round-robin/node.tag/default/queue-type/node.def @@ -1,7 +1,7 @@ type: txt default: "fair-queue" syntax:expression: $VAR(@) in "fair-queue", "priority", "drop-tail"; "Unknown queue-type" -help: Set the queue type for this class +help: Queue type for this class comp_help:Possible completions fair-queue\tStochastic Fair Queue (SFQ) drop-tail\tFirst-In-First-Out (FIFO) diff --git a/templates/traffic-policy/round-robin/node.tag/description/node.def b/templates/traffic-policy/round-robin/node.tag/description/node.def index 1e8e64f..1da9e34 100644 --- a/templates/traffic-policy/round-robin/node.tag/description/node.def +++ b/templates/traffic-policy/round-robin/node.tag/description/node.def @@ -1,2 +1,2 @@ type: txt -help: Set description for this queuing policy +help: Description for this queuing policy diff --git a/templates/traffic-policy/round-robin/node.tag/quantum/node.def b/templates/traffic-policy/round-robin/node.tag/quantum/node.def index 62e3ce4..05db7c0 100644 --- a/templates/traffic-policy/round-robin/node.tag/quantum/node.def +++ b/templates/traffic-policy/round-robin/node.tag/quantum/node.def @@ -1,2 +1,2 @@ type: u32 -help: Set the packet scheduling quantum (bytes) +help: Packet scheduling quantum (bytes) |