summaryrefslogtreecommitdiff
path: root/templates/qos-policy
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-02-13 15:19:23 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-02-13 15:19:23 -0800
commit13dfe609dfddf211b39d92fa372e0f583cd07355 (patch)
tree83cfadd341aecac6435e3217cdf4b09c2221787f /templates/qos-policy
parent85296d793a2320485fb075ae9ee09b62c72f8e96 (diff)
downloadvyatta-cfg-qos-13dfe609dfddf211b39d92fa372e0f583cd07355.tar.gz
vyatta-cfg-qos-13dfe609dfddf211b39d92fa372e0f583cd07355.zip
update to qos functionality
add preliminary support for dsmark (still needs testing). allow class 2 (compute default class as n+1)
Diffstat (limited to 'templates/qos-policy')
-rw-r--r--templates/qos-policy/traffic-shaper/node.tag/class/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/qos-policy/traffic-shaper/node.tag/class/node.def b/templates/qos-policy/traffic-shaper/node.tag/class/node.def
index baebbda..d672ea9 100644
--- a/templates/qos-policy/traffic-shaper/node.tag/class/node.def
+++ b/templates/qos-policy/traffic-shaper/node.tag/class/node.def
@@ -1,6 +1,6 @@
tag:
type: u32
help: Configure class handle
-syntax:expression: ($VAR(@) > 2 && $VAR(@) < 4096) ; "$VAR(@) handle must be between 3 and 4095"
+syntax:expression: ($VAR(@) > 1 && $VAR(@) < 4096) ; "$VAR(@) handle must be between 3 and 4095"
comp_help: possible completions
- <3-4095> Class ID
+ <2-4095> Class ID