--- openflow-2011-03-18-4.h	2015-07-23 09:54:16.528479337 -0700
+++ openflow-2011-03-31.h	2015-07-23 09:54:16.532479337 -0700
@@ -1221,6 +1221,9 @@
     OFPFMF_NW_SRC      = 1 << 13, /* IP source address. */
     OFPFMF_NW_DST      = 1 << 14, /* IP destination address. */
     OFPFMF_METADATA    = 1 << 15, /* Metadata passed between tables. */
+
+    /* Support all fields. */
+    OFPFMF_ALL         = ((1 << 16) - 1)
 };
 
 /* Body of reply to OFPST_TABLE request. */
