diff options
Diffstat (limited to 'templates/traffic-policy/round-robin')
-rw-r--r-- | templates/traffic-policy/round-robin/node.tag/class/node.tag/queue-limit/node.def | 3 |
1 files changed, 2 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 bac5c2a..ef684e3 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,3 +1,4 @@ type: u32 help: Set maximum queue size (packets) -syntax:expression: $VAR(@) > 0 ; "Queue limit must greater than zero" +syntax:expression: $VAR(@) > 1 && $VAR(@) < 128;\ + "Queue limit must greater than 1 and less than 128" |