--- openflow-2012-12-07.h	2015-07-23 09:54:17.512479377 -0700
+++ openflow-2013-01-02.h	2015-07-23 09:54:17.516479377 -0700
@@ -244,9 +244,9 @@
 
 /* Flags to configure the table. */
 enum ofp_table_config {
-    OFPTC_DEPRECATED_MASK       = 3,       /* Deprecated bits */
-    OFPTC_EVICTION              = 4,  /* Authorise table to evict flows. */
-    OFPTC_VACANCY_EVENTS        = 1 << 3,  /* Enable vacancy events. */
+    OFPTC_DEPRECATED_MASK    = 3,       /* Deprecated bits */
+    OFPTC_EVICTION           = 1 << 2,  /* Authorise table to evict flows. */
+    OFPTC_VACANCY_EVENTS     = 1 << 3,  /* Enable vacancy events. */
 };
 
 /* Table Mod property types.
