diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 15:59:58 -0800 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 15:59:58 -0800 |
commit | f62e60803ba84e3edb352d7fd51ceb2214ff2371 (patch) | |
tree | e5e7fcd1d0e77780ac6b7f546e37fdbde4616ccf | |
parent | 50530ef1a093bcad45aef16afd7ea7a16a9cafbc (diff) | |
download | vyatta-cfg-qos-f62e60803ba84e3edb352d7fd51ceb2214ff2371.tar.gz vyatta-cfg-qos-f62e60803ba84e3edb352d7fd51ceb2214ff2371.zip |
added required keyword to help text.
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 |