summaryrefslogtreecommitdiff
path: root/include/openvswitch
diff options
context:
space:
mode:
Diffstat (limited to 'include/openvswitch')
-rw-r--r--include/openvswitch/meta-flow.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/openvswitch/meta-flow.h b/include/openvswitch/meta-flow.h
index d529a9f0d..95e52e358 100644
--- a/include/openvswitch/meta-flow.h
+++ b/include/openvswitch/meta-flow.h
@@ -852,7 +852,7 @@ enum OVS_PACKED_ENUM mf_field_id {
/* "ct_nw_proto".
*
* The "protocol" byte in the IPv4 or IPv6 header for the original
- * direction conntrack tuple, or of the master conntrack entry, if the
+ * direction conntrack tuple, or of the parent conntrack entry, if the
* current connection is a related connection.
*
* The value is initially zero and populated by the CT action. The value
@@ -873,7 +873,7 @@ enum OVS_PACKED_ENUM mf_field_id {
/* "ct_nw_src".
*
* IPv4 source address of the original direction tuple of the conntrack
- * entry, or of the master conntrack entry, if the current connection is a
+ * entry, or of the parent conntrack entry, if the current connection is a
* related connection.
*
* The value is populated by the CT action.
@@ -892,7 +892,7 @@ enum OVS_PACKED_ENUM mf_field_id {
/* "ct_nw_dst".
*
* IPv4 destination address of the original direction tuple of the
- * conntrack entry, or of the master conntrack entry, if the current
+ * conntrack entry, or of the parent conntrack entry, if the current
* connection is a related connection.
*
* The value is populated by the CT action.
@@ -911,7 +911,7 @@ enum OVS_PACKED_ENUM mf_field_id {
/* "ct_ipv6_src".
*
* IPv6 source address of the original direction tuple of the conntrack
- * entry, or of the master conntrack entry, if the current connection is a
+ * entry, or of the parent conntrack entry, if the current connection is a
* related connection.
*
* The value is populated by the CT action.
@@ -930,7 +930,7 @@ enum OVS_PACKED_ENUM mf_field_id {
/* "ct_ipv6_dst".
*
* IPv6 destination address of the original direction tuple of the
- * conntrack entry, or of the master conntrack entry, if the current
+ * conntrack entry, or of the parent conntrack entry, if the current
* connection is a related connection.
*
* The value is populated by the CT action.
@@ -949,7 +949,7 @@ enum OVS_PACKED_ENUM mf_field_id {
/* "ct_tp_src".
*
* Transport layer source port of the original direction tuple of the
- * conntrack entry, or of the master conntrack entry, if the current
+ * conntrack entry, or of the parent conntrack entry, if the current
* connection is a related connection.
*
* The value is populated by the CT action.
@@ -967,7 +967,7 @@ enum OVS_PACKED_ENUM mf_field_id {
/* "ct_tp_dst".
*
* Transport layer destination port of the original direction tuple of the
- * conntrack entry, or of the master conntrack entry, if the current
+ * conntrack entry, or of the parent conntrack entry, if the current
* connection is a related connection.
*
* The value is populated by the CT action.