--- openflow-2009-06-19.h	2015-07-23 09:54:15.668479302 -0700
+++ openflow-2009-06-22.h	2015-07-23 09:54:15.672479302 -0700
@@ -434,7 +434,7 @@
     OFPFC_MODIFY,           /* Modify all matching flows. */
     OFPFC_MODIFY_STRICT,    /* Modify entry strictly matching wildcards */
     OFPFC_DELETE,           /* Delete all matching flows. */
-    OFPFC_DELETE_STRICT     /* Strictly match wildcards and priority. */
+    OFPFC_DELETE_STRICT    /* Strictly match wildcards and priority. */
 };
 
 /* Flow wildcards. */
@@ -614,7 +614,9 @@
 /* ofp_error_msg 'code' values for OFPET_FLOW_MOD_FAILED.  'data' contains 
  * at least the first 64 bytes of the failed request. */
 enum ofp_flow_mod_failed_code {
-    OFPFMFC_ALL_TABLES_FULL    /* Flow not added because of full tables. */
+    OFPFMFC_ALL_TABLES_FULL,    /* Flow not added because of full tables. */
+    OFPFMFC_OVERLAP             /* Attempted to add overlapping flow with 
+                                * CHECK_OVERLAP flag set. */
 };
 
 /* OFPT_ERROR: Error message (datapath -> controller). */
