diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-30 11:52:27 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-08-17 17:04:12 -0700 |
commit | a88854c2b8b4a3f480c283c78476f456534bb65d (patch) | |
tree | 49464c27ae033c05fe1447d678a3e41b1af3d01b /templates/traffic-policy | |
parent | 43948e58dbb50251ae647e153fe204eac84edc3e (diff) | |
download | vyatta-cfg-qos-a88854c2b8b4a3f480c283c78476f456534bb65d.tar.gz vyatta-cfg-qos-a88854c2b8b4a3f480c283c78476f456534bb65d.zip |
Make round-robin quantum per class
Bug 5958
(cherry picked from commit 7f42350146525544bd38db2426d6f5c7b99302c2)
Diffstat (limited to 'templates/traffic-policy')
-rw-r--r-- | templates/traffic-policy/round-robin/node.tag/class/node.tag/quantum/node.def (renamed from templates/traffic-policy/round-robin/node.tag/quantum/node.def) | 0 | ||||
-rw-r--r-- | templates/traffic-policy/round-robin/node.tag/default/quantum/node.def | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/traffic-policy/round-robin/node.tag/quantum/node.def b/templates/traffic-policy/round-robin/node.tag/class/node.tag/quantum/node.def index 7763166..7763166 100644 --- a/templates/traffic-policy/round-robin/node.tag/quantum/node.def +++ b/templates/traffic-policy/round-robin/node.tag/class/node.tag/quantum/node.def diff --git a/templates/traffic-policy/round-robin/node.tag/default/quantum/node.def b/templates/traffic-policy/round-robin/node.tag/default/quantum/node.def new file mode 100644 index 0000000..7763166 --- /dev/null +++ b/templates/traffic-policy/round-robin/node.tag/default/quantum/node.def @@ -0,0 +1,4 @@ +type: u32 +help: Packet scheduling quantum +syntax:expression: $VAR(@) > 0 ; "Quantum must be greater than zero" +val_help: u32:1-4294967295; Packet scheduling quantum (bytes) |