--- openflow-2011-09-30.h	2015-07-23 09:54:16.564479338 -0700
+++ openflow-2011-10-03-2.h	2015-07-23 09:54:16.572479338 -0700
@@ -1249,6 +1249,8 @@
                                 supported by the table. */
     uint32_t match;          /* Bitmap of OFPFMF_* that indicate the fields
                                 the table can match on. */
+    uint64_t metadata_match; /* Bits of metadata table can match. */
+    uint64_t metadata_write; /* Bits of metadata table can write. */
     uint32_t instructions;   /* Bitmap of OFPIT_* values supported. */
     uint32_t write_actions;  /* Bitmap of OFPAT_* that are supported
                                 by the table with OFPIT_WRITE_ACTIONS. */
@@ -1260,7 +1262,7 @@
     uint64_t lookup_count;   /* Number of packets looked up in table. */
     uint64_t matched_count;  /* Number of packets that hit table. */
 };
-OFP_ASSERT(sizeof(struct ofp_table_stats) == 88);
+OFP_ASSERT(sizeof(struct ofp_table_stats) == 104);
 
 /* Body for ofp_stats_request of type OFPST_PORT. */
 struct ofp_port_stats_request {
