summaryrefslogtreecommitdiff
path: root/docs/ch05-network-interfaces.rst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-10-05 21:55:54 +0200
committerChristian Poessinger <christian@poessinger.com>2018-10-05 21:55:56 +0200
commit30c913bf7e4e8a3ee93523dd33dd36584c9e298e (patch)
treec08d35aa34439b4d74cd39262b0ceed14c3abf77 /docs/ch05-network-interfaces.rst
parent8194e0391cc3f83bdfb30048de6547437f863ede (diff)
downloadvyos-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/ch05-network-interfaces.rst')
-rw-r--r--docs/ch05-network-interfaces.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ch05-network-interfaces.rst b/docs/ch05-network-interfaces.rst
index fb1aba3e..2e2a9ee5 100644
--- a/docs/ch05-network-interfaces.rst
+++ b/docs/ch05-network-interfaces.rst
@@ -139,8 +139,8 @@ The command is `set interfaces $type $name ipv6 address autoconf`. Examples:
set interfaces ethernet eth0 vif 90 ipv6 address autoconf
set interfaces bridge br0 ipv6 address autoconf
-**NOTE:** This method automatically disables IPv6 traffic forwarding on the
-interface in question.
+.. note:: This method automatically disables IPv6 traffic forwarding on the
+ interface in question.
EUI-64
******
@@ -314,8 +314,8 @@ Example Result:
In addition to normal IP interface configuration, bridge interfaces support
Spanning-Tree Protocol. STP is disabled by default.
-**NOTE:** Please use caution when introducing spanning-tree protocol on a
-network as it may result in topology changes.
+.. note:: Please use caution when introducing spanning-tree protocol on a
+ network as it may result in topology changes.
To enable spanning-tree use the `set interfaces bridge <name> stp true` command: