summaryrefslogtreecommitdiff
path: root/templates/traffic-policy/network-emulator
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-16 11:50:28 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-16 11:50:28 -0700
commit5108933b8bb6eebc019e59e25a2a8ebcd858b58d (patch)
tree6bb0af87e92f191db9906e3e793671dd49f1fd81 /templates/traffic-policy/network-emulator
parent2fec7765432ce770d0d44553a61c553091c76567 (diff)
downloadvyatta-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/network-emulator')
-rw-r--r--templates/traffic-policy/network-emulator/node.tag/bandwidth/node.def2
-rw-r--r--templates/traffic-policy/network-emulator/node.tag/burst/node.def2
-rw-r--r--templates/traffic-policy/network-emulator/node.tag/description/node.def2
-rw-r--r--templates/traffic-policy/network-emulator/node.tag/packet-corruption/node.def2
-rw-r--r--templates/traffic-policy/network-emulator/node.tag/packet-loss/node.def2
-rw-r--r--templates/traffic-policy/network-emulator/node.tag/packet-reordering/node.def2
-rw-r--r--templates/traffic-policy/network-emulator/node.tag/queue-limit/node.def2
7 files changed, 7 insertions, 7 deletions
diff --git a/templates/traffic-policy/network-emulator/node.tag/bandwidth/node.def b/templates/traffic-policy/network-emulator/node.tag/bandwidth/node.def
index db8ca65..762654e 100644
--- a/templates/traffic-policy/network-emulator/node.tag/bandwidth/node.def
+++ b/templates/traffic-policy/network-emulator/node.tag/bandwidth/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set the bandwidth limit
+help: Bandwidth limit
syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --rate $VAR(@)"
comp_help: Allowed values:
<number> Bandwidth in Kbps per second
diff --git a/templates/traffic-policy/network-emulator/node.tag/burst/node.def b/templates/traffic-policy/network-emulator/node.tag/burst/node.def
index 4df45de..e23bca1 100644
--- a/templates/traffic-policy/network-emulator/node.tag/burst/node.def
+++ b/templates/traffic-policy/network-emulator/node.tag/burst/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set the burst size
+help: Burst size
default: "15k"
syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --burst $VAR(@)"
comp_help: Allowed values:
diff --git a/templates/traffic-policy/network-emulator/node.tag/description/node.def b/templates/traffic-policy/network-emulator/node.tag/description/node.def
index 1e8e64f..1da9e34 100644
--- a/templates/traffic-policy/network-emulator/node.tag/description/node.def
+++ b/templates/traffic-policy/network-emulator/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/network-emulator/node.tag/packet-corruption/node.def b/templates/traffic-policy/network-emulator/node.tag/packet-corruption/node.def
index fb0e975..d8fb6c6 100644
--- a/templates/traffic-policy/network-emulator/node.tag/packet-corruption/node.def
+++ b/templates/traffic-policy/network-emulator/node.tag/packet-corruption/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set emulated packet data corruption rate
+help: Emulated packet data corruption rate
syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --percent $VAR(@)"
comp_help: Allowed values:
<number>%% Percentage of packets affected
diff --git a/templates/traffic-policy/network-emulator/node.tag/packet-loss/node.def b/templates/traffic-policy/network-emulator/node.tag/packet-loss/node.def
index 6501d7a..c0edd1d 100644
--- a/templates/traffic-policy/network-emulator/node.tag/packet-loss/node.def
+++ b/templates/traffic-policy/network-emulator/node.tag/packet-loss/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set emulated packet loss rate
+help: Emulated packet loss rate
syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --percent $VAR(@)"
comp_help: Allowed values:
<number>%% Percentage of packets affected
diff --git a/templates/traffic-policy/network-emulator/node.tag/packet-reordering/node.def b/templates/traffic-policy/network-emulator/node.tag/packet-reordering/node.def
index ee5c64a..365cffd 100644
--- a/templates/traffic-policy/network-emulator/node.tag/packet-reordering/node.def
+++ b/templates/traffic-policy/network-emulator/node.tag/packet-reordering/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set emulated packet reordering percentage
+help: Emulated packet reordering percentage
syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --percent $VAR(@)"
commit:expression: $VAR(../network-delay) != "" ; \
"Must specify network-delay for packet reordering"
diff --git a/templates/traffic-policy/network-emulator/node.tag/queue-limit/node.def b/templates/traffic-policy/network-emulator/node.tag/queue-limit/node.def
index d86b23d..dd5de38 100644
--- a/templates/traffic-policy/network-emulator/node.tag/queue-limit/node.def
+++ b/templates/traffic-policy/network-emulator/node.tag/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 be greater than zero"