From 8acf7ad0b1fdd212c1ff44d41cccff127494499c Mon Sep 17 00:00:00 2001 From: Iman Tabrizian Date: Mon, 2 Oct 2017 20:28:04 +0330 Subject: 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 Signed-off-by: Russell Bryant --- Documentation/howto/userspace-tunneling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/howto') 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:: -- cgit v1.2.1