diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-08 20:06:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 20:06:38 +0200 |
commit | 302b2f17697fc61d07e65464b96ae3c1d2233b30 (patch) | |
tree | 0eb8b550c82dd9982519ec374b5eeee79a4fd85a | |
parent | d0a50a0383d25aa4c14f68e3763800c002d19017 (diff) | |
parent | e2b75f6be4b144cf0d14fb557d791a1e97b7f998 (diff) | |
download | vyos-documentation-302b2f17697fc61d07e65464b96ae3c1d2233b30.tar.gz vyos-documentation-302b2f17697fc61d07e65464b96ae3c1d2233b30.zip |
Merge pull request #345 from currite/fix-fq-codel-example
qos: fix fq-codel example
-rw-r--r-- | docs/qos.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/qos.rst b/docs/qos.rst index 3cd183cf..447780f1 100644 --- a/docs/qos.rst +++ b/docs/qos.rst @@ -527,8 +527,8 @@ A simple example of an FQ-CoDel policy working inside a Shaper one. .. code-block:: none set traffic-policy shaper FQ-CODEL-SHAPER bandwidth 2gbit - set traffic-policy shaper FQ-CODEL-SHAPER 100% - set traffic-policy shaper FQ-CODEL-SHAPER fq-codel + set traffic-policy shaper FQ-CODEL-SHAPER default bandwidth 100% + set traffic-policy shaper FQ-CODEL-SHAPER default queue-type fq-codel |