diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-08 20:07:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 20:07:00 +0200 |
commit | 060aa24984d0ee5d08c8149933750776a0ccc3ec (patch) | |
tree | 2d85839a343a57d725ebe6249972e0cb242c7e73 | |
parent | f372c362f0813f790666f32edb0325b625515178 (diff) | |
parent | 5cccfc15e31b8256eb7f9df14a92b50b8f19cf34 (diff) | |
download | vyos-documentation-060aa24984d0ee5d08c8149933750776a0ccc3ec.tar.gz vyos-documentation-060aa24984d0ee5d08c8149933750776a0ccc3ec.zip |
Merge pull request #346 from currite/crux-fix-fqcodel-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 |