[ovs-dev] docs: Fix alignment for diagram in native-tunneling.md

Mark D. Gray mark.d.gray at intel.com
Wed Jun 17 11:49:25 UTC 2015


Markdown was not formatted correctly and, as a result,
was displaying incorrectly on github.

Signed-off-by: Mark D. Gray <mark.d.gray at intel.com>
---
 README-native-tunneling.md | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/README-native-tunneling.md b/README-native-tunneling.md
index 746d089..63b0209 100644
--- a/README-native-tunneling.md
+++ b/README-native-tunneling.md
@@ -26,24 +26,23 @@ Configure OVS bridges as follows.
    ovs-vsctl add-port int-br vxlan0 -- set interface vxlan0 type=vxlan  options:remote_ip=172.168.1.2
 4. Assign IP address to int-br, So final topology looks like:
 
-
-       192.168.1.1/24
-       +--------------+
-       |    int-br    |                                   192.168.1.2/24
-       +--------------+                                  +--------------+
-       |    vxlan0    |                                  |    vxlan0    |
-       +--------------+                                  +--------------+
-             |                                                 |
-             |                                                 |
-             |                                                 |
-        172.168.1.1/24                                         |
-       +--------------+                                        |
-       |    br-eth1   |                                  172.168.1.2/24
-       +--------------+                                  +---------------+
-       |    eth1      |----------------------------------|    eth1       |
-       +--------------+                                  +----------------
-
-       Host A with OVS.                                      Remote host.
+                 192.168.1.1/24
+                +--------------+
+                |    int-br    |                                    192.168.1.2/24
+                +--------------+                                   +--------------+
+                |    vxlan0    |                                   |    vxlan0    |
+                +--------------+                                   +--------------+
+                       |                                                  |
+                       |                                                  |
+                       |                                                  |
+                 172.168.1.1/24                                           |
+                +--------------+                                          |
+                |    br-eth1   |                                   172.168.1.2/24
+                +--------------+                                  +---------------+
+                |    eth1      |----------------------------------|      eth1     |
+                +--------------+                                  +---------------+
+
+                Host A with OVS.                                      Remote host.
 
 With this setup, ping to VXLAN target device (192.168.1.2) should work
 There are following commands that shows internal tables:
-- 
1.9.3




More information about the dev mailing list