--- openflow-2014-05-05.h	2015-07-23 09:54:17.884479392 -0700
+++ openflow-2014-05-05-2.h	2015-07-23 09:54:17.888479392 -0700
@@ -2568,9 +2568,8 @@
 
 /* Flags of features supported by the table. */
 enum ofp_table_feature_flag {
-    OFPTFF_INGRESS_TABLE     = 1 << 0,  /* Can be use as ingress table. */
-    OFPTFF_EGRESS_TABLE      = 1 << 1,  /* Can be use as egress table. */
-    OFPTFF_EXCEPT_TABLE      = 1 << 2,  /* Can be use as exception table. */
+    OFPTFF_INGRESS_TABLE     = 1 << 0, /* Can be configured as ingress table. */
+    OFPTFF_EGRESS_TABLE      = 1 << 1, /* Can be configured as egress table. */
 };
 
 /* Body for ofp_multipart_request of type OFPMP_TABLE_FEATURES./
