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/ch03-quick-start.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/ch03-quick-start.rst')
-rw-r--r-- | docs/ch03-quick-start.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ch03-quick-start.rst b/docs/ch03-quick-start.rst index 11912947..3a4773b6 100644 --- a/docs/ch03-quick-start.rst +++ b/docs/ch03-quick-start.rst @@ -154,8 +154,8 @@ interface-level traffic-policy directive: set interfaces ethernet eth0 traffic-policy out 'WAN-OUT' set interfaces ethernet eth1 traffic-policy out 'LAN-OUT' -Note that a traffic policy can also be defined to match specific traffic -flows using class statements. +.. note:: A traffic policy can also be defined to match specific traffic + flows using class statements. VyOS 1.2 (Crux) also supports HFSC (:code:`set traffic-policy shaper-hfsc`) |