Skip to content

Commit

Permalink
docs: Fix typo in README-native-tunneling.md
Browse files Browse the repository at this point in the history
Signed-off-by: Wei li <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Wei li authored and blp committed Aug 24, 2015
1 parent e24dde9 commit 4b25750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-native-tunneling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4b25750

Please sign in to comment.