miniflow: Use 64-bit data.
[cascardo/ovs.git] / ofproto / ofproto-dpif-xlate.c
index ba0c0d8..4a5b7fd 100644 (file)
@@ -2635,7 +2635,7 @@ compose_output_action__(struct xlate_ctx *ctx, ofp_port_t ofp_port,
 
     /* If 'struct flow' gets additional metadata, we'll need to zero it out
      * before traversing a patch port. */
-    BUILD_ASSERT_DECL(FLOW_WC_SEQ == 28);
+    BUILD_ASSERT_DECL(FLOW_WC_SEQ == 29);
     memset(&flow_tnl, 0, sizeof flow_tnl);
 
     if (!xport) {