summaryrefslogtreecommitdiff
path: root/templates/traffic-policy/rate-control
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-19 14:05:44 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-19 14:05:44 -0700
commit06e3123122da9b351418c4a9773ae431e16323bb (patch)
tree180c9ed177175bc7c73fb751b14d59e779d6fa14 /templates/traffic-policy/rate-control
parent41315ae8e41ddfb94c6d7a46f33b0ad4cb733de3 (diff)
downloadvyatta-cfg-qos-06e3123122da9b351418c4a9773ae431e16323bb.tar.gz
vyatta-cfg-qos-06e3123122da9b351418c4a9773ae431e16323bb.zip
Cleanup usage of val_help:
Add spaces and use u32: format
Diffstat (limited to 'templates/traffic-policy/rate-control')
-rw-r--r--templates/traffic-policy/rate-control/node.tag/bandwidth/node.def5
-rw-r--r--templates/traffic-policy/rate-control/node.tag/burst/node.def4
-rw-r--r--templates/traffic-policy/rate-control/node.tag/latency/node.def5
3 files changed, 8 insertions, 6 deletions
diff --git a/templates/traffic-policy/rate-control/node.tag/bandwidth/node.def b/templates/traffic-policy/rate-control/node.tag/bandwidth/node.def
index 22b4e23..7f08b01 100644
--- a/templates/traffic-policy/rate-control/node.tag/bandwidth/node.def
+++ b/templates/traffic-policy/rate-control/node.tag/bandwidth/node.def
@@ -1,5 +1,6 @@
type: txt
help: Bandwidth limit
syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --rate $VAR(@)"
-val_help:<number>; Rate in k (1000) bytes per second
-val_help:<number><suffix>; Rate with scaling suffix (mbit, mbps, ...)
+
+val_help: <number>; Rate in k (1000) bytes per second
+val_help: <number><suffix>; Rate with scaling suffix (mbit, mbps, ...)
diff --git a/templates/traffic-policy/rate-control/node.tag/burst/node.def b/templates/traffic-policy/rate-control/node.tag/burst/node.def
index b9f3aa0..0889449 100644
--- a/templates/traffic-policy/rate-control/node.tag/burst/node.def
+++ b/templates/traffic-policy/rate-control/node.tag/burst/node.def
@@ -3,5 +3,5 @@ help: Burst size
default: "15k"
syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --burst $VAR(@)"
-val_help:<number>; Bytes
-val_help:<number><suffix>; Bytes with scaling suffix (kb, mb, gb)
+val_help: <number>; Bytes
+val_help: <number><suffix>; Bytes with scaling suffix (kb, mb, gb)
diff --git a/templates/traffic-policy/rate-control/node.tag/latency/node.def b/templates/traffic-policy/rate-control/node.tag/latency/node.def
index 89196dd..e8d958d 100644
--- a/templates/traffic-policy/rate-control/node.tag/latency/node.def
+++ b/templates/traffic-policy/rate-control/node.tag/latency/node.def
@@ -2,5 +2,6 @@ type: txt
syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --time $VAR(@)"
default: "50ms"
help: Maximum latency
-val_help:<number>; Time in milliseconds
-val_help:<number><suffix>; Time with suffix (secs, ms, us)
+
+val_help: <number>; Time in milliseconds
+val_help: <number><suffix>; Time with suffix (secs, ms, us)