--- openflow-2014-12-11-2.h	2015-07-23 09:54:18.068479400 -0700
+++ openflow-2014-12-11-3.h	2015-07-23 09:54:18.076479400 -0700
@@ -1652,13 +1652,11 @@
 /* Flow setup and teardown (controller -> datapath). */
 struct ofp_flow_mod {
     struct ofp_header header;
-    uint64_t cookie;             /* Opaque controller-issued identifier. */
-    uint64_t cookie_mask;        /* Mask used to restrict the cookie bits
-                                    that must match when the command is
-                                    OFPFC_MODIFY* or OFPFC_DELETE*. A value
-                                    of 0 indicates no restriction. */
-
-    /* Flow actions. */
+    uint64_t cookie;              /* Opaque controller-issued identifier. */
+    uint64_t cookie_mask;         /* Mask used to restrict the cookie bits
+                                     that must match when the command is
+                                     OFPFC_MODIFY* or OFPFC_DELETE*. A value
+                                     of 0 indicates no restriction. */
     uint8_t table_id;             /* ID of the table to put the flow in.
                                      For OFPFC_DELETE_* commands, OFPTT_ALL
                                      can also be used to delete matching
