diff options
author | currite <sll@disroot.org> | 2020-08-05 02:37:59 +0200 |
---|---|---|
committer | currite <sll@disroot.org> | 2020-08-06 19:33:33 +0200 |
commit | 4d907282ca4c7c9f8cacebc8999fea5e9daea70e (patch) | |
tree | 10169724a8a8eb11117e1b23a1efe8212d54f639 | |
parent | df8d306f1198906116c313c238497bb169c69310 (diff) | |
download | vyos-documentation-4d907282ca4c7c9f8cacebc8999fea5e9daea70e.tar.gz vyos-documentation-4d907282ca4c7c9f8cacebc8999fea5e9daea70e.zip |
qos: fix shaper burst definition
Shaper definition does not correspond to HTB cburst but to HTB burst.
-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> |