summaryrefslogtreecommitdiff
path: root/Documentation/howto/userspace-tunneling.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/howto/userspace-tunneling.rst')
-rw-r--r--Documentation/howto/userspace-tunneling.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/howto/userspace-tunneling.rst b/Documentation/howto/userspace-tunneling.rst
index 0122ce76e..4e23b2e0c 100644
--- a/Documentation/howto/userspace-tunneling.rst
+++ b/Documentation/howto/userspace-tunneling.rst
@@ -98,7 +98,8 @@ Perform the following configuration on `host1`:
accordingly, using ``vm_port0`` as the interface name::
$ ovs-vsctl add-port br-int vm_port0 \
- -- set Interface vm_port0 type=dpdkvhostuser
+ -- set Interface vm_port0 type=dpdkvhostuserclient \
+ options:vhost-server-path=/tmp/vm_port0
#. Configure the IP address of the VM interface *in the VM itself*::