X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=blobdiff_plain;f=README-native-tunneling.md;h=985deb3ea887330b84ff0dca2d6bbefc91558202;hp=63b02099702e21d3a96b5016fbd54cffdec690eb;hb=ca7e7bee86b4ee821d61b58bf15c89a9d8a3cb30;hpb=2d34dbd9e1706b71bad630a9c8d8851dd511ce24 diff --git a/README-native-tunneling.md b/README-native-tunneling.md index 63b020997..985deb3ea 100644 --- a/README-native-tunneling.md +++ b/README-native-tunneling.md @@ -22,7 +22,7 @@ Configure OVS bridges as follows. ovs-appctl ovs/route/show Add tunnel route if not present in OVS route table. ovs-appctl ovs/route/add 172.168.1.1/24 br-eth1 -3. Add integration brdge int-br and add tunnel port using standard syntax. +3. Add integration bridge int-br and add tunnel port using standard syntax. 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: