--- openflow-2012-01-11.h	2015-07-23 09:54:16.880479351 -0700
+++ openflow-2012-01-17.h	2015-07-23 09:54:16.884479351 -0700
@@ -189,16 +189,9 @@
 };
 OFP_ASSERT(sizeof(struct ofp_switch_config) == 12);
 
-/* Flags to indicate behavior of the flow table for unmatched packets.
-   These flags are used in ofp_table_stats messages to describe the current
-   configuration and in ofp_table_mod messages to configure table behavior. */
+/* Flags to configure the table. Reserved for future use. */
 enum ofp_table_config {
-    OFPTC_TABLE_MISS_CONTROLLER = 0,      /* Send to controller. */
-    OFPTC_TABLE_MISS_CONTINUE   = 1 << 0, /* Continue to the next table in the
-                                             pipeline (OpenFlow 1.0
-                                             behavior). */
-    OFPTC_TABLE_MISS_DROP       = 1 << 1, /* Drop the packet. */
-    OFPTC_TABLE_MISS_MASK       = 3
+    OFPTC_DEPRECATED_MASK       = 3,  /* Depreacted bits */
 };
 
 /* Table numbering. Tables can use any number up to OFPT_MAX. */
