summaryrefslogtreecommitdiff
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
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>
-rw-r--r--AUTHORS.rst1
-rw-r--r--Documentation/howto/userspace-tunneling.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst
index 7eb8c53a8..fad553e9f 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -150,6 +150,7 @@ Hui Kang kangh@us.ibm.com
Ian Campbell Ian.Campbell@citrix.com
Ian Stokes ian.stokes@intel.com
Ilya Maximets i.maximets@samsung.com
+Iman Tabrizian tabrizian@outlook.com
Isaku Yamahata yamahata@valinux.co.jp
Jakub Libosvar libosvar@redhat.com
Jakub Sitnicki jkbs@redhat.com
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::