diff options
-rw-r--r-- | templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-limit/node.def | 2 |
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 |