summaryrefslogtreecommitdiff
path: root/docs/qos.rst
diff options
context:
space:
mode:
authorcurrite <sll@disroot.org>2020-05-07 02:42:07 +0200
committercurrite <sll@disroot.org>2020-05-07 02:42:07 +0200
commitd7ca6324c68e8c3a26b428f99e1d642c0a8dfff7 (patch)
treee37eef4ca433bc550b30ce512be09e103500d302 /docs/qos.rst
parent600cecb4cf0127677b4e2f3012024dc4e16476ad (diff)
downloadvyos-documentation-d7ca6324c68e8c3a26b428f99e1d642c0a8dfff7.tar.gz
vyos-documentation-d7ca6324c68e8c3a26b428f99e1d642c0a8dfff7.zip
qos: correct how priority values work for shaper.
It is only a small urgent fix. The whole section will be replaced soon.
Diffstat (limited to 'docs/qos.rst')
-rw-r--r--docs/qos.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/qos.rst b/docs/qos.rst
index 72666d3d..2e136b17 100644
--- a/docs/qos.rst
+++ b/docs/qos.rst
@@ -1000,8 +1000,9 @@ Traffic classes
* gbit (gigabits per second)
* Set the priority of a class for allocation of additional bandwidth, if unused
- bandwidth is available. Range 0...7, lowest number has lowest priority,
- default 0:
+ bandwidth is available. You can set any number from 0 to 7. The lower
+ the number, the higher the priority. If no value is set for a classs,
+ it will be internally configured as 0, the highest priority.
:code:`set traffic-policy shaper <policy-name> class <class ID>
priority <priority>`