[ovs-dev] [PATCH 1/3] doc: Fix issues.rst formatting typo.

nickcooper-zhangtonghao nic at opencloud.tech
Thu Mar 2 13:02:51 UTC 2017


The preformatted block is only finished when the text
falls back to the same indentation level as a paragraph
prior to the preformatted block.

Signed-off-by: nickcooper-zhangtonghao <nic at opencloud.tech>
---
 Documentation/faq/issues.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/faq/issues.rst b/Documentation/faq/issues.rst
index 9bb087c..c60336a 100644
--- a/Documentation/faq/issues.rst
+++ b/Documentation/faq/issues.rst
@@ -105,7 +105,7 @@ very high.
 
     - Perhaps you don't actually need eth0 and eth1 to be on the same bridge.
       For example, if you simply want to be able to connect each of them to
-      virtual machines, then you can put each of them on a bridge of its own:
+      virtual machines, then you can put each of them on a bridge of its own::
 
           $ ovs-vsctl add-br br0
           $ ovs-vsctl add-port br0 eth0
@@ -212,6 +212,8 @@ immediately put it back.  For example, consider that p1 is a port of
          add-port br0 p1 -- \
          set interface p1 type=internal
 
+Any other type of port gets the same effect.
+
     A: It's an expected behaviour.
 
     If del-port and add-port happen in a single OVSDB transaction as your
-- 
1.8.3.1





More information about the dev mailing list