summaryrefslogtreecommitdiff
path: root/Documentation/howto
diff options
context:
space:
mode:
authorLiu Chang <liuchang@cmss.chinamobile.com>2019-09-29 10:07:27 +0800
committerBen Pfaff <blp@ovn.org>2019-09-30 13:13:26 -0700
commit62e73f9ca1e666e0cb8dd77bbfeb973a1a34407f (patch)
tree9820559397d127f8c255792220aeac5cdc797e15 /Documentation/howto
parent05bf1dbb98b0635a51f75e268ef8aed27601401d (diff)
downloadopenvswitch-62e73f9ca1e666e0cb8dd77bbfeb973a1a34407f.tar.gz
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 <liuchang@cmss.chinamobile.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/howto')
-rw-r--r--Documentation/howto/userspace-tunneling.rst2
1 files changed, 1 insertions, 1 deletions
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.