summaryrefslogtreecommitdiff
path: root/include/openvswitch/ofp-errors.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2015-08-20 16:44:43 -0700
committerBen Pfaff <blp@ovn.org>2016-04-18 08:50:09 -0700
commitbc02606a9a339510bbc78de847987d40fe44f1d6 (patch)
treee2e485bae4ea08016d011969878b8cd98305ebf3 /include/openvswitch/ofp-errors.h
parentb79d45a1cf5d5ea7915755db9a4d2063351988ab (diff)
downloadopenvswitch-bc02606a9a339510bbc78de847987d40fe44f1d6.tar.gz
ofp-errors: Introduce OF1.6 (proposed) error code for OFPBFC_BAD_VERSION.
ONF-JIRA: EXT-550 Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Ryan Moats <rmoats@us.ibm.com>
Diffstat (limited to 'include/openvswitch/ofp-errors.h')
-rw-r--r--include/openvswitch/ofp-errors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/openvswitch/ofp-errors.h b/include/openvswitch/ofp-errors.h
index 78c4991e9..f963d2b33 100644
--- a/include/openvswitch/ofp-errors.h
+++ b/include/openvswitch/ofp-errors.h
@@ -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 ## */