summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-06-29 16:22:41 -0700
committerBen Pfaff <blp@nicira.com>2012-07-06 10:02:46 -0700
commitcc75d2c7d1b93fc7efc07267f31ca5b833735dc8 (patch)
tree3105f8917e63cf06b5010d8716fca0a9f2381ab7
parent5484c47a622d9c387102fad4d51a843d38cdbc29 (diff)
downloadopenvswitch-cc75d2c7d1b93fc7efc07267f31ca5b833735dc8.tar.gz
nicira-ext: Fix wrong information in comment.
The priority of exact-match flows is ignored only for the OF1.0 flow match format, never for NXM. Signed-off-by: Ben Pfaff <blp@nicira.com>
-rw-r--r--include/openflow/nicira-ext.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h
index a5d1b11ff..82deeb0f7 100644
--- a/include/openflow/nicira-ext.h
+++ b/include/openflow/nicira-ext.h
@@ -1887,8 +1887,7 @@ struct nx_flow_stats {
ovs_be32 duration_sec; /* Time flow has been alive in seconds. */
ovs_be32 duration_nsec; /* Time flow has been alive in nanoseconds
beyond duration_sec. */
- ovs_be16 priority; /* Priority of the entry. Only meaningful
- when this is not an exact-match entry. */
+ ovs_be16 priority; /* Priority of the entry. */
ovs_be16 idle_timeout; /* Number of seconds idle before expiration. */
ovs_be16 hard_timeout; /* Number of seconds before expiration. */
ovs_be16 match_len; /* Length of nx_match. */