Skip to content

Commit

Permalink
docs: Fix alignment for diagram in native-tunneling.md.
Browse files Browse the repository at this point in the history
Markdown was not formatted correctly and, as a result,
was displaying incorrectly on github.

Signed-off-by: Mark D. Gray <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Mark D. Gray authored and blp committed Jun 17, 2015
1 parent 69f8f7e commit 8407238
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions README-native-tunneling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8407238

Please sign in to comment.