summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Larson <slioch@slioch.vyatta.com>2009-11-30 15:59:58 -0800
committerMichael Larson <slioch@slioch.vyatta.com>2009-11-30 15:59:58 -0800
commitf62e60803ba84e3edb352d7fd51ceb2214ff2371 (patch)
treee5e7fcd1d0e77780ac6b7f546e37fdbde4616ccf
parent50530ef1a093bcad45aef16afd7ea7a16a9cafbc (diff)
downloadvyatta-cfg-qos-f62e60803ba84e3edb352d7fd51ceb2214ff2371.tar.gz
vyatta-cfg-qos-f62e60803ba84e3edb352d7fd51ceb2214ff2371.zip
added required keyword to help text.
-rw-r--r--templates/qos-policy/drop-tail/node.tag/queue-limit/node.def2
-rw-r--r--templates/qos-policy/traffic-limiter/node.tag/class/node.tag/bandwidth/node.def2
-rw-r--r--templates/qos-policy/traffic-shaper/node.tag/default/bandwidth/node.def2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/qos-policy/drop-tail/node.tag/queue-limit/node.def b/templates/qos-policy/drop-tail/node.tag/queue-limit/node.def
index 49c47b4..fe3b4dd 100644
--- a/templates/qos-policy/drop-tail/node.tag/queue-limit/node.def
+++ b/templates/qos-policy/drop-tail/node.tag/queue-limit/node.def
@@ -1,2 +1,2 @@
type: u32
-help: Set maximum queue size (packets)
+help: Set maximum queue size (packets) [REQUIRED]
diff --git a/templates/qos-policy/traffic-limiter/node.tag/class/node.tag/bandwidth/node.def b/templates/qos-policy/traffic-limiter/node.tag/class/node.tag/bandwidth/node.def
index 21a46a4..13c70ee 100644
--- a/templates/qos-policy/traffic-limiter/node.tag/class/node.tag/bandwidth/node.def
+++ b/templates/qos-policy/traffic-limiter/node.tag/class/node.tag/bandwidth/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set the traffic-limit used for this class
+help: Set the traffic-limit used for this class [REQUIRED]
syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --rate $VAR(@)"
comp_help: Allowed values:
<number> Bandwidth in Kbps
diff --git a/templates/qos-policy/traffic-shaper/node.tag/default/bandwidth/node.def b/templates/qos-policy/traffic-shaper/node.tag/default/bandwidth/node.def
index 3743688..f0bc773 100644
--- a/templates/qos-policy/traffic-shaper/node.tag/default/bandwidth/node.def
+++ b/templates/qos-policy/traffic-shaper/node.tag/default/bandwidth/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set the bandwidth used for default traffic
+help: Set the bandwidth used for default traffic [REQUIRED]
syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --percent-or-rate \$VAR(@)"
comp_help: Allowed values:
<number> Bandwidth in Kbps per second