summaryrefslogtreecommitdiff
path: root/Documentation/tutorials/ovs-conntrack.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/tutorials/ovs-conntrack.rst')
-rw-r--r--Documentation/tutorials/ovs-conntrack.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/tutorials/ovs-conntrack.rst b/Documentation/tutorials/ovs-conntrack.rst
index 57b342e13..07ea9982b 100644
--- a/Documentation/tutorials/ovs-conntrack.rst
+++ b/Documentation/tutorials/ovs-conntrack.rst
@@ -32,9 +32,9 @@ statefull and stateless protocols)
This tutorial demonstrates how OVS can use the connection tracking system
to match on the TCP segments from connection setup to connection teardown.
-It will use OVS with the linux kernel module as the datapath for this
-tutorial. (datapath which utilizes the openvswitch kernel module to do
-the packet processing in the linux kernel)
+It will use OVS with the Linux kernel module as the datapath for this
+tutorial. (The datapath that utilizes the openvswitch kernel module to do
+the packet processing in the Linux kernel)
It was tested with the “master” branch of Open vSwitch.
Definitions
@@ -44,7 +44,7 @@ Definitions
inspection.
**pipeline**: is the packet processing pipeline which is the path taken by
-the packet when traversing through the tables where the pakcet matches the
+the packet when traversing through the tables where the packet matches the
match fields of a flow in the table and performs the actions present in
the matched flow.