Signed-off-by: Ben Pfaff <[email protected]>
---
 include/openvswitch/meta-flow.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/openvswitch/meta-flow.h b/include/openvswitch/meta-flow.h
index 3a17d7b0618e..fc109501d869 100644
--- a/include/openvswitch/meta-flow.h
+++ b/include/openvswitch/meta-flow.h
@@ -255,7 +255,7 @@ enum OVS_PACKED_ENUM mf_field_id {
 
     /* "packet_type".
      *
-     * Define the packet type in OpenFlow 1.3+.
+     * Define the packet type in OpenFlow 1.5+.
      *
      * Type: be32.
      * Maskable: no.
@@ -263,7 +263,7 @@ enum OVS_PACKED_ENUM mf_field_id {
      * Prerequisites: none.
      * Access: read-only.
      * NXM: none.
-     * OXM: OXM_OF_PACKET_TYPE(44) since OF1.3 and v2.8.
+     * OXM: OXM_OF_PACKET_TYPE(44) since OF1.5 and v2.8.
      */
     MFF_PACKET_TYPE,
 
-- 
2.10.2

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to