summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-limit/node.def2
-rw-r--r--templates/traffic-policy/shaper/node.tag/class/node.tag/queue-limit/node.def2
2 files changed, 2 insertions, 2 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 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
diff --git a/templates/traffic-policy/shaper/node.tag/class/node.tag/queue-limit/node.def b/templates/traffic-policy/shaper/node.tag/class/node.tag/queue-limit/node.def
index 1d1d8eb..f7cf04f 100644
--- a/templates/traffic-policy/shaper/node.tag/class/node.tag/queue-limit/node.def
+++ b/templates/traffic-policy/shaper/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