summaryrefslogtreecommitdiff
path: root/Documentation/howto
diff options
context:
space:
mode:
authorIman Tabrizian <tabrizian@outlook.com>2017-10-02 20:28:04 +0330
committerRussell Bryant <russell@ovn.org>2017-10-02 14:57:02 -0400
commit8acf7ad0b1fdd212c1ff44d41cccff127494499c (patch)
tree8c7e5063e953181dad63435034db695dc27c9487 /Documentation/howto
parent66a396d4ffcaedeadd347df37eab4beb81512e3a (diff)
downloadopenvswitch-8acf7ad0b1fdd212c1ff44d41cccff127494499c.tar.gz
Fix a typo in the controller name in the howto
This commit fixes potential unintended mistake in howto guide of userspace tunneling. Submitted-at: https://github.com/openvswitch/ovs/pull/209 Signed-off-by: Iman Tabrizian <tabrizian@outlook.com> Signed-off-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'Documentation/howto')
-rw-r--r--Documentation/howto/userspace-tunneling.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/howto/userspace-tunneling.rst b/Documentation/howto/userspace-tunneling.rst
index 0b4881953..6ad97daec 100644
--- a/Documentation/howto/userspace-tunneling.rst
+++ b/Documentation/howto/userspace-tunneling.rst
@@ -92,7 +92,7 @@ Perform the folowing configuration on `host1`:
#. Add a port to this bridge. If using tap ports, first boot a VM and then add
the port to the bridge::
- $ ovs-vsctl add-port br0 tap0
+ $ ovs-vsctl add-port br-int tap0
If using DPDK vhost-user ports, add the port and then boot the VM
accordingly, using ``vm_port0`` as the interface name::