ONF-JIRA: EXT-244
Signed-off-by: Ben Pfaff <[email protected]>
---
 lib/meta-flow.h |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lib/meta-flow.h b/lib/meta-flow.h
index 1646995..b02e1d2 100644
--- a/lib/meta-flow.h
+++ b/lib/meta-flow.h
@@ -541,13 +541,17 @@ enum OVS_PACKED_ENUM mf_field_id {
      * and reg1 the least-significant.  xreg1 similarly overlays reg2 and reg3,
      * and so on.
      *
+     * These registers were introduced in OpenFlow 1.5, but EXT-244 in the ONF
+     * JIRA also publishes them as a (draft) OpenFlow extension to OpenFlow
+     * 1.3.
+     *
      * Type: be64.
      * Maskable: bitwise.
      * Formatting: hexadecimal.
      * Prerequisites: none.
      * Access: read/write.
      * NXM: none.
-     * OXM: OXM_OF_PKT_REG<N>(<N>) since OF1.5 and v2.4.
+     * OXM: OXM_OF_PKT_REG<N>(<N>) since OF1.3 and v2.4.
      */
     MFF_XREG0,
     MFF_XREG1,
-- 
1.7.10.4

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to