diff options
-rw-r--r-- | templates/qos-policy/weighted-random/node.tag/class/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/qos-policy/weighted-random/node.tag/class/node.def b/templates/qos-policy/weighted-random/node.tag/class/node.def index d606de1..ae4177d 100644 --- a/templates/qos-policy/weighted-random/node.tag/class/node.def +++ b/templates/qos-policy/weighted-random/node.tag/class/node.def @@ -1,6 +1,6 @@ tag: type: u32 help: Set class handle -syntax:expression: $VAR(@) > 1 && $VAR(@) < 4096; "Class identifier must be between 3 and 4095" +syntax:expression: $VAR(@) >= 1 && $VAR(@) < 16; "Class identifier must be between 1 and 15" comp_help: possible completions - <2-4095> Class ID + <1-15> Class ID |