summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-29 15:47:02 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-08-17 17:04:12 -0700
commit8db7e783181f8de1c88214a9938297352212cfaa (patch)
treea610962f1b80d40c18a1d290b713c64e7fe3ac0d
parent175432eaf1106903571ac982058494e9e407fa0b (diff)
downloadvyatta-cfg-qos-8db7e783181f8de1c88214a9938297352212cfaa.tar.gz
vyatta-cfg-qos-8db7e783181f8de1c88214a9938297352212cfaa.zip
allow larger queue size for round-robin
(cherry picked from commit 79a5811983069dbe5146cdd0db15ac28149d3af1)
-rw-r--r--templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-limit/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-limit/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-limit/node.def
index f7cf04f..29f7fea 100644
--- a/templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-limit/node.def
+++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-limit/node.def
@@ -1,5 +1,5 @@
type: u32
help: Maximum queue size (packets)
-syntax:expression: $VAR(@) > 1 && $VAR(@) < 128;\
+syntax:expression: $VAR(@) > 1 && $VAR(@) < 42494967295;\
"Queue limit must greater than 1 and less than 128"
val_help: u32:1-4294967295; Queue size in bytes