From 5108933b8bb6eebc019e59e25a2a8ebcd858b58d Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 16 Jul 2010 11:50:28 -0700 Subject: Remove verb from help string text And fix some typos --- templates/traffic-policy/network-emulator/node.tag/bandwidth/node.def | 2 +- templates/traffic-policy/network-emulator/node.tag/burst/node.def | 2 +- templates/traffic-policy/network-emulator/node.tag/description/node.def | 2 +- .../traffic-policy/network-emulator/node.tag/packet-corruption/node.def | 2 +- templates/traffic-policy/network-emulator/node.tag/packet-loss/node.def | 2 +- .../traffic-policy/network-emulator/node.tag/packet-reordering/node.def | 2 +- templates/traffic-policy/network-emulator/node.tag/queue-limit/node.def | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'templates/traffic-policy/network-emulator') 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: 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: %% 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: %% 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" -- cgit v1.2.3