From 79a5811983069dbe5146cdd0db15ac28149d3af1 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 29 Jul 2010 15:47:02 -0700 Subject: allow larger queue size for round-robin --- .../round-robin/node.tag/class/node.tag/queue-limit/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3