diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-13 15:19:23 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-13 15:19:23 -0800 |
commit | 13dfe609dfddf211b39d92fa372e0f583cd07355 (patch) | |
tree | 83cfadd341aecac6435e3217cdf4b09c2221787f /templates/qos-policy | |
parent | 85296d793a2320485fb075ae9ee09b62c72f8e96 (diff) | |
download | vyatta-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.def | 4 |
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 |