From: Mark D. Gray Date: Wed, 17 Jun 2015 11:49:25 +0000 (+0100) Subject: docs: Fix alignment for diagram in native-tunneling.md. X-Git-Tag: v2.4.0~88 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=84072381c60d112c49ecbb634898069d682e23cb docs: Fix alignment for diagram in native-tunneling.md. Markdown was not formatted correctly and, as a result, was displaying incorrectly on github. Signed-off-by: Mark D. Gray Signed-off-by: Ben Pfaff --- diff --git a/README-native-tunneling.md b/README-native-tunneling.md index 746d089c4..63b020997 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: