diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-07 09:30:01 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-07 09:30:01 -0800 |
commit | 3422a4ab9ca22d5f43efae457fc2c5f0a1478e98 (patch) | |
tree | a0ecadfd9ba067a0dd0e8e3ec04b5cb8cd83b539 | |
parent | 833972b27a859f29c46d5fe94fcb11b1bf042192 (diff) | |
download | vyatta-cfg-qos-3422a4ab9ca22d5f43efae457fc2c5f0a1478e98.tar.gz vyatta-cfg-qos-3422a4ab9ca22d5f43efae457fc2c5f0a1478e98.zip |
syntax fix for fair-queue/queue-limit
Bugfix: 2939
Add needed space for template.
-rw-r--r-- | templates/qos-policy/fair-queue/node.tag/queue-limit/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/qos-policy/fair-queue/node.tag/queue-limit/node.def b/templates/qos-policy/fair-queue/node.tag/queue-limit/node.def index 647c817..0d9902b 100644 --- a/templates/qos-policy/fair-queue/node.tag/queue-limit/node.def +++ b/templates/qos-policy/fair-queue/node.tag/queue-limit/node.def @@ -1,3 +1,3 @@ type: u32 -syntax:expression: $VAR(@) > 1; "Queue limit must greater than 1" +syntax:expression: $VAR(@) > 1 ; "Queue limit must greater than 1" help: Maximum queue size (packets) |