diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-02-26 15:24:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 15:24:52 +0100 |
commit | a659053d185c76d5c0d72272cbda6b9b76e1f6cb (patch) | |
tree | 85a8ad9e056d1fa33f3f299939e039fb57575cd1 /docs/configuration | |
parent | ac4416a83cf4101f23278a0ec98b9b4f75ae561b (diff) | |
parent | bae7c9e8a299e24c4e6e21045940a3a119649252 (diff) | |
download | vyos-documentation-a659053d185c76d5c0d72272cbda6b9b76e1f6cb.tar.gz vyos-documentation-a659053d185c76d5c0d72272cbda6b9b76e1f6cb.zip |
Merge pull request #1290 from RelevantUsername/patch-1
Add additional step to ingress shaping
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/trafficpolicy/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/trafficpolicy/index.rst b/docs/configuration/trafficpolicy/index.rst index 93f69f80..3463592f 100644 --- a/docs/configuration/trafficpolicy/index.rst +++ b/docs/configuration/trafficpolicy/index.rst @@ -1203,6 +1203,8 @@ That is how it is possible to do the so-called "ingress shaping". set qos interface ifb0 egress MY-INGRESS-SHAPING set interfaces ethernet eth0 redirect ifb0 + set interfaces input ifb0 + .. warning:: Do not configure IFB as the first step. First create everything else |