--- openflow-2010-10-06-8.h	2015-07-23 09:54:16.236479325 -0700
+++ openflow-2010-10-06-9.h	2015-07-23 09:54:16.244479325 -0700
@@ -890,10 +890,16 @@
     OFPFMFC_UNSUPPORTED,        /* Unsupported action list - cannot process in
                                  * the order specified. */
     OFPFMFC_BAD_TAG,            /* Instruction set uses an unsupported
-                                   tag/encap */
-    OFPFMFC_TABLE_FULL,         /* Table specified by the flow mod */
+                                   tag/encap. */
+    OFPFMFC_BAD_DL_ADDR_MASK,   /* Unsupported datalink addr mask - switch does
+				   not support arbitrary datalink address
+                                   mask. */
+    OFPFMFC_BAD_NW_ADDR_MASK,   /* Unsupported network addr mask - switch does
+				   not support arbitrary network address
+                                   mask. */
+    OFPFMFC_TABLE_FULL,         /* Table specified by the flow mod. */
     OFPFMFC_BAD_INSTRUCTION     /* Unsupported instruction specified by the
-                                   flow mod */
+                                   flow mod. */
 };
 
 /* ofp_error_msg 'code' values for OFPET_GROUP_MOD_FAILED.  'data' contains
