diff options
author | initramfs <initramfs@initramfs.io> | 2022-09-11 07:10:26 +0800 |
---|---|---|
committer | initramfs <initramfs@initramfs.io> | 2022-09-11 07:10:26 +0800 |
commit | 602cac062ab1cf9c5a497f34c225cca422bb3c63 (patch) | |
tree | 5439880a59b9ec7aa8bb8e660c089d454e7fa877 | |
parent | 4264b155abc887bc2e5b07c9f38783f2be79dd0b (diff) | |
download | vyos-documentation-602cac062ab1cf9c5a497f34c225cca422bb3c63.tar.gz vyos-documentation-602cac062ab1cf9c5a497f34c225cca422bb3c63.zip |
traffic-policy: T2721: update default shaper leaf qdisc to fq-codel
-rw-r--r-- | docs/configuration/trafficpolicy/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/trafficpolicy/index.rst b/docs/configuration/trafficpolicy/index.rst index f3e498d4..f5d68f71 100644 --- a/docs/configuration/trafficpolicy/index.rst +++ b/docs/configuration/trafficpolicy/index.rst @@ -325,7 +325,7 @@ setting allows these combinations. You will be able to use it in many policies. .. note:: Some policies already include other embedded policies inside. - That is the case of Shaper_: each of its classes use fair-queue + That is the case of Shaper_: each of its classes use fq-codel unless you change it. .. _creating_a_traffic_policy: @@ -1225,4 +1225,4 @@ That is how it is possible to do the so-called "ingress shaping". .. _HFSC: https://en.wikipedia.org/wiki/Hierarchical_fair-service_curve .. _Intermediate Functional Block: https://www.linuxfoundation.org/collaborate/workgroups/networking/ifb -.. start_vyoslinter
\ No newline at end of file +.. start_vyoslinter |