--- openflow-2010-10-04-4.h	2015-07-23 09:54:16.156479321 -0700
+++ openflow-2010-08-26-2.h	2015-07-23 09:54:16.160479322 -0700
@@ -503,8 +503,11 @@
     OFPFW_DL_VLAN_PCP = 1 << 20,  /* VLAN priority. */
     OFPFW_NW_TOS = 1 << 21,  /* IP ToS (DSCP field, 6 bits). */
 
+    OFPFW_MPLS_LABEL   = 1 << 22, /* MPLS label. */
+    OFPFW_MPLS_TC      = 1 << 23, /* MPLS TC. */
+
     /* Wildcard all fields. */
-    OFPFW_ALL = ((1 << 22) - 1)
+    OFPFW_ALL = ((1 << 24) - 1)
 };
 
 /* The wildcards for ICMP type and code fields use the transport source
