diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-05 21:55:54 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-10-05 21:55:56 +0200 |
commit | 30c913bf7e4e8a3ee93523dd33dd36584c9e298e (patch) | |
tree | c08d35aa34439b4d74cd39262b0ceed14c3abf77 /docs/ch10-qos.rst | |
parent | 8194e0391cc3f83bdfb30048de6547437f863ede (diff) | |
download | vyos-documentation-30c913bf7e4e8a3ee93523dd33dd36584c9e298e.tar.gz vyos-documentation-30c913bf7e4e8a3ee93523dd33dd36584c9e298e.zip |
Replace all **NOTE** occurences with valid ReST statement
See http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions
for more information.
Diffstat (limited to 'docs/ch10-qos.rst')
-rw-r--r-- | docs/ch10-qos.rst | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/ch10-qos.rst b/docs/ch10-qos.rst index e6346f41..4be68662 100644 --- a/docs/ch10-qos.rst +++ b/docs/ch10-qos.rst @@ -1239,9 +1239,10 @@ source tcp ### -**NOTE:** you must set ip protocol to TCP to use the TCP filters. -**NOTE#2**: This filter will only match packets with an IPv4 header length of -20 bytes (which is the majority of IPv4 packets anyway). +.. note:: You must set ip protocol to TCP to use the TCP filters. + +.. note:: This filter will only match packets with an IPv4 header length of + 20 bytes (which is the majority of IPv4 packets anyway). .. code-block:: sh @@ -1304,9 +1305,11 @@ source tcp ### -**NOTE**: you must set ipv6 protocol to TCP to use the TCP filters. -**NOTE#2**: This filter will only match IPv6 packets with no header extension -(http://en.wikipedia.org/wiki/IPv6_packet#Extension_headers no header extension). +.. note:: You must set ipv6 protocol to TCP to use the TCP filters. + +.. note:: This filter will only match IPv6 packets with no header extension, see + http://en.wikipedia.org/wiki/IPv6_packet#Extension_headers for no header + extension. .. code-block:: sh |