tunnel: Geneve TLV handling support for OpenFlow.
[cascardo/ovs.git] / ofproto / ofproto-dpif-xlate.c
index 8c68273..ca6b357 100644 (file)
@@ -2769,7 +2769,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 == 31);
+    BUILD_ASSERT_DECL(FLOW_WC_SEQ == 32);
     memset(&flow_tnl, 0, sizeof flow_tnl);
 
     if (!xport) {