From ba5cad5145b11345fb195b79c806a02d9545bf0b Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 20 Jul 2010 09:22:40 -0700 Subject: Allow larger queue size for sub-queues in Shaper and RoundRobin For queue-type (other than fair-queue), it is allowable to have larger queue size. Move validation into class checking. --- .../round-robin/node.tag/class/node.tag/queue-limit/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/traffic-policy/round-robin') 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 1d1d8eb..f7cf04f 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 @@ -2,4 +2,4 @@ type: u32 help: Maximum queue size (packets) syntax:expression: $VAR(@) > 1 && $VAR(@) < 128;\ "Queue limit must greater than 1 and less than 128" -val_help: u32:1-127; Queue size in bytes +val_help: u32:1-4294967295; Queue size in bytes -- cgit v1.2.3