mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-12-17 19:12:41 +01:00
qos: warning about possible IFB error
This commit is contained in:
parent
e8cfda5cda
commit
ed9449fa47
11
docs/qos.rst
11
docs/qos.rst
@ -1083,9 +1083,9 @@ parameters.
|
|||||||
|
|
||||||
|
|
||||||
.. note:: If you configure a class for **VoIP traffic**, don't give it any
|
.. note:: If you configure a class for **VoIP traffic**, don't give it any
|
||||||
*ceiling*, otherwise new VoIP calls could start when there is available
|
*ceiling*, otherwise new VoIP calls could start when the link is
|
||||||
bandwidth and get suddenly dropped when other classes start using
|
available and get suddenly dropped when other classes start using
|
||||||
their bandwidth.
|
their assigned *bandwidth* share.
|
||||||
|
|
||||||
|
|
||||||
Example
|
Example
|
||||||
@ -1182,7 +1182,12 @@ That is how it is possible to do the so-called "ingress shaping".
|
|||||||
set interfaces input ifb0 traffic-policy out MY-INGRESS-SHAPING
|
set interfaces input ifb0 traffic-policy out MY-INGRESS-SHAPING
|
||||||
set interfaces ethernet eth0 redirect ifb0
|
set interfaces ethernet eth0 redirect ifb0
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
|
||||||
|
Do not configure IFB as the first step. First create everything else
|
||||||
|
of your traffic-policy, and then you can configure IFB.
|
||||||
|
Otherwise you might get the ``RTNETLINK answer: File exists`` error,
|
||||||
|
which can be solved with ``sudo ip link delete ifb0``.
|
||||||
|
|
||||||
|
|
||||||
.. _that can give you a great deal of flexibility: https://blog.vyos.io/using-the-policy-route-and-packet-marking-for-custom-qos-matches
|
.. _that can give you a great deal of flexibility: https://blog.vyos.io/using-the-policy-route-and-packet-marking-for-custom-qos-matches
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user