diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-08-05 12:27:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 12:27:41 +0200 |
commit | b1c07c89b29f6f2f370677aa96385d569d4a1bfc (patch) | |
tree | 3425643fabf60ca2a6cc019307bcde9dd12bbc15 /docs | |
parent | 03366ba0bfcab837ba8a3aaa04568d464d5efe3b (diff) | |
parent | 4c2ad4ffb41e2593a0e703cb4cc40ebcfebfc5cd (diff) | |
download | vyos-documentation-b1c07c89b29f6f2f370677aa96385d569d4a1bfc.tar.gz vyos-documentation-b1c07c89b29f6f2f370677aa96385d569d4a1bfc.zip |
Merge pull request #301 from currite/shaper-burst
qos: fix shaper burst definition
Diffstat (limited to 'docs')
-rw-r--r-- | docs/qos.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/qos.rst b/docs/qos.rst index f1e5f37f..0fb1233b 100644 --- a/docs/qos.rst +++ b/docs/qos.rst @@ -1029,7 +1029,7 @@ the higher the priority. Use this command to configure a Shaper policy, set its name, define a class and set the size of the `tocken bucket`_ in bytes, which will - be available to be sent at maximum speed (default: 15Kb). + be available to be sent at ceiling speed (default: 15Kb). .. cfgcmd:: set traffic-policy shaper <policy-name> class <class-ID> ceiling <bandwidth> |