diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-17 20:20:16 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-17 20:20:16 +0100 |
commit | 73edff0a21f8486a2c416537b72dda60c1885462 (patch) | |
tree | f94a3e0a545abfe2628cc82255790ddd7c4e5b77 /docs/qos.rst | |
parent | 4e3fd8b583b17eb1a83681e35bea72b414d30b2e (diff) | |
download | vyos-documentation-73edff0a21f8486a2c416537b72dda60c1885462.tar.gz vyos-documentation-73edff0a21f8486a2c416537b72dda60c1885462.zip |
Replace all RFC links with proper :rfc: syntax
Diffstat (limited to 'docs/qos.rst')
-rw-r--r-- | docs/qos.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/qos.rst b/docs/qos.rst index adf59108..f1c6a96c 100644 --- a/docs/qos.rst +++ b/docs/qos.rst @@ -664,7 +664,7 @@ In principle, values must be :code:`min-threshold` < :code:`max-threshold` < Possible values for WRED parameters: * precedence - IP precedence, first three bits of the ToS field as defined in - RFC791_. + :rfc:`791`. +------------+----------------------+ | Precedence | Priority | @@ -1027,7 +1027,7 @@ Traffic classes :code:`set traffic-policy shaper <policy name> class <class ID> set-dscp <value>` - DSCP values as per RFC2474_ and RFC4595_: + DSCP values as per :rfc:`2474` and :rfc:`4595`: +---------+------------+--------+------------------------------+ | Binary | Configured | Drop | Description | @@ -1407,9 +1407,6 @@ vif set interfaces ethernet eth1 traffic-policy out 'LAN-OUT' .. _tc: http://en.wikipedia.org/wiki/Tc_(Linux) -.. _RFC791: https://tools.ietf.org/html/rfc791 .. _TBF: https://en.wikipedia.org/wiki/Token_bucket -.. _RFC2474: https://tools.ietf.org/html/rfc2474#page-7 -.. _RFC4595: https://tools.ietf.org/html/rfc4594#page-19 .. _HFSC: https://en.wikipedia.org/wiki/Hierarchical_fair-service_curve .. _IFB: http://www.linuxfoundation.org/collaborate/workgroups/networking/ifb |