ofp-errors: Introduce OF1.6 (proposed) error code for OFPBFC_BAD_VERSION.
[cascardo/ovs.git] / include / openvswitch / ofp-errors.h
index 78c4991..f963d2b 100644 (file)
@@ -704,9 +704,9 @@ enum ofperr {
     /* ONF1.3(2315), OF1.4+(17,15).  Bundle is locking the resource. */
     OFPERR_OFPBFC_BUNDLE_IN_PROGRESS,
 
-    /* NX1.3+(22).  In an OFPT_BUNDLE_ADD_MESSAGE, the OpenFlow version in the
-     * inner and outer messages differ. */
-    OFPERR_NXBFC_BAD_VERSION,
+    /* NX1.4-1.5(22), OF1.6+(17,19).  In an OFPT_BUNDLE_ADD_MESSAGE, the
+     * OpenFlow version in the inner and outer messages differ. */
+    OFPERR_OFPBFC_BAD_VERSION,
 
 /* ## ------------------------- ## */
 /* ## OFPET_FLOW_MONITOR_FAILED ## */