--- openflow-2012-01-11-2.h	2015-07-23 09:54:16.892479352 -0700
+++ openflow-2012-01-26.h	2015-07-23 09:54:16.896479352 -0700
@@ -1047,7 +1047,8 @@
                                     * expires or is deleted. */
     OFPFF_CHECK_OVERLAP = 1 << 1,  /* Check for overlapping entries first. */
     OFPFF_RESET_COUNTS  = 1 << 2,  /* Reset flow packet and byte counts. */
-    OFPFF_NO_COUNTS     = 1 << 3,  /* Don't keep track of flow counters. */
+    OFPFF_NO_PKT_COUNTS = 1 << 3,  /* Don't keep track of packet count. */
+    OFPFF_NO_BYT_COUNTS = 1 << 4,  /* Don't keep track of byte count. */
 };
 
 /* Flow setup and teardown (controller -> datapath). */
