The IP addresses being recommended for the VM interface and the
"remote_ip" on the tunnel port are wrong. The host1 values were being
used before. Update to use the host2 values.

Signed-off-by: Cian Ferriter <cian.ferri...@intel.com>

---

I hope I'm reading the guide correctly here. I'm fairly sure that the
VM interface IP address should be 192.168.1.2.
I'm interpreting "tunnel interface IP address" to mean the "remote_ip"
on the vxlan0 port.

Please correct my understanding if wrong.
---
 Documentation/howto/userspace-tunneling.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/howto/userspace-tunneling.rst 
b/Documentation/howto/userspace-tunneling.rst
index 0122ce76e..55e712c81 100644
--- a/Documentation/howto/userspace-tunneling.rst
+++ b/Documentation/howto/userspace-tunneling.rst
@@ -174,8 +174,8 @@ If the tunnel route is missing, adding it now::
 
     $ ovs-appctl ovs/route/add 172.168.1.1/24 br-phy
 
-Repeat these steps if necessary for `host2`, but using ``192.168.1.1`` and
-``172.168.1.2`` for the VM and tunnel interface IP addresses, respectively.
+Repeat these steps if necessary for `host2`, but using ``192.168.1.2`` and
+``172.168.1.1`` for the VM and tunnel interface IP addresses, respectively.
 
 Testing
 -------
-- 
2.32.0

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to