Skip to content

Commit

Permalink
doc: Fix issues.rst formatting typo.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
xpu22 authored and blp committed Mar 3, 2017
1 parent d46aab1 commit 1001de5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/faq/issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1001de5

Please sign in to comment.