diff options
author | currite <sll@disroot.org> | 2020-10-06 14:03:06 +0200 |
---|---|---|
committer | currite <sll@disroot.org> | 2020-10-06 14:57:34 +0200 |
commit | 5cccfc15e31b8256eb7f9df14a92b50b8f19cf34 (patch) | |
tree | 0bbc85dc0d63ed0ee1e8e7dadf35eda5ad54bfc5 | |
parent | a7d7d1c22e25b21b34139410dec98c4aa82e7b3f (diff) | |
download | vyos-documentation-5cccfc15e31b8256eb7f9df14a92b50b8f19cf34.tar.gz vyos-documentation-5cccfc15e31b8256eb7f9df14a92b50b8f19cf34.zip |
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 |