diff options
author | Daniil Baturin <daniil@vyos.io> | 2020-05-22 08:55:33 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 08:55:33 +0700 |
commit | bf5054c1a9154d31bc9ee00a16b233245037d7df (patch) | |
tree | dde1e148fe54dcfbc6f22002bf1c04f5d434bf5d | |
parent | 11b1862a2c2c1859d415a20e86dfcdf644a99470 (diff) | |
parent | fc03972a743b0dfa597de10ba6c98f7f43dbffdb (diff) | |
download | vyos-documentation-bf5054c1a9154d31bc9ee00a16b233245037d7df.tar.gz vyos-documentation-bf5054c1a9154d31bc9ee00a16b233245037d7df.zip |
Merge pull request #256 from currite/fix-qos-priority
qos: fix priority explanation error
-rw-r--r-- | docs/qos.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/qos.rst b/docs/qos.rst index 14fd7559..7980cffb 100644 --- a/docs/qos.rst +++ b/docs/qos.rst @@ -999,9 +999,10 @@ Traffic classes * mbit (megabits per second) * 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: +* Set the priority of a class for allocation of additional bandwidth, if + unused 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>` |