From 62e73f9ca1e666e0cb8dd77bbfeb973a1a34407f Mon Sep 17 00:00:00 2001 From: Liu Chang Date: Sun, 29 Sep 2019 10:07:27 +0800 Subject: userspace-tunnelling.rst: Fix a typo in the userspace tunnel guide This commit fixes potential unintended mistake in userspace-tunneling guide: for the example in userspace-tunneling guide, there is no bridge named "br-eth1", but only a bridge name "br-phy" which has a port named "eth1" Signed-off-by: Liu Chang Signed-off-by: Ben Pfaff --- Documentation/howto/userspace-tunneling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/howto/userspace-tunneling.rst b/Documentation/howto/userspace-tunneling.rst index d0a767bbc..1b9d8b9eb 100644 --- a/Documentation/howto/userspace-tunneling.rst +++ b/Documentation/howto/userspace-tunneling.rst @@ -172,7 +172,7 @@ Once complete, check the cached routes using ovs-appctl command:: If the tunnel route is missing, adding it now:: - $ ovs-appctl ovs/route/add 172.168.1.1/24 br-eth1 + $ 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. -- cgit v1.2.1