From d7ca6324c68e8c3a26b428f99e1d642c0a8dfff7 Mon Sep 17 00:00:00 2001 From: currite Date: Thu, 7 May 2020 02:42:07 +0200 Subject: qos: correct how priority values work for shaper. It is only a small urgent fix. The whole section will be replaced soon. --- docs/qos.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') 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 class priority ` -- cgit v1.2.3