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-07-29 15:47:02 -0700
commit79a5811983069dbe5146cdd0db15ac28149d3af1 (patch)
tree530eb6b79bb5cf2ffa6c7448cd6e2b3b9422e2bf
parent09dadcae53cf657b227669cb4b6b02339d23d4a8 (diff)
downloadvyatta-cfg-qos-79a5811983069dbe5146cdd0db15ac28149d3af1.tar.gz
vyatta-cfg-qos-79a5811983069dbe5146cdd0db15ac28149d3af1.zip
allow larger queue size for round-robin
-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