lib/flow: Introduce miniflow_extract().
[sliver-openvswitch.git] / ofproto / ofproto-dpif-xlate.c
index 89a3ec0..78813dd 100644 (file)
@@ -1809,7 +1809,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 == 25);
+    BUILD_ASSERT_DECL(FLOW_WC_SEQ == 26);
 
     if (!xport) {
         xlate_report(ctx, "Nonexistent output port");