summaryrefslogtreecommitdiff
path: root/Documentation/tutorials
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2019-09-27 09:21:57 -0700
committerBen Pfaff <blp@ovn.org>2019-09-30 13:13:26 -0700
commit05bf1dbb98b0635a51f75e268ef8aed27601401d (patch)
treed636da9a9475bf0514cc24fd53a33cc236ac95d7 /Documentation/tutorials
parent817db730190e19df7f1519b384fefab6d90b52fa (diff)
downloadopenvswitch-05bf1dbb98b0635a51f75e268ef8aed27601401d.tar.gz
ovn: Remove remaining pieces.
A preceding commit removed the last remaining dependencies on OVN code, so remove the OVN code. Acked-by: Han Zhou <hzhou8@ebay.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/tutorials')
-rw-r--r--Documentation/tutorials/faucet.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorials/faucet.rst b/Documentation/tutorials/faucet.rst
index 9696dfd02..b7bfb575b 100644
--- a/Documentation/tutorials/faucet.rst
+++ b/Documentation/tutorials/faucet.rst
@@ -580,7 +580,7 @@ Tracing
Let's go a level deeper. So far, everything we've done has been
fairly general. We can also look at something more specific: the path
that a particular packet would take through Open vSwitch. We can use
-OVN ``ofproto/trace`` command to play "what-if?" games. This command
+the ``ofproto/trace`` command to play "what-if?" games. This command
is one that we send directly to ``ovs-vswitchd``, using the
``ovs-appctl`` utility.