datapath: add skb mark matching and set action
[openvswitch] / lib / nx-match.c
index 9c4088f1a65e86e404594aa3b07621c62c9c8c4b..837db8d3fd5124b16a49bdaaca471a6360bf1dd1 100644 (file)
@@ -547,7 +547,7 @@ nx_put_raw(struct ofpbuf *b, bool oxm, const struct match *match,
     int match_len;
     int i;
 
-    BUILD_ASSERT_DECL(FLOW_WC_SEQ == 17);
+    BUILD_ASSERT_DECL(FLOW_WC_SEQ == 18);
 
     /* Metadata. */
     if (match->wc.masks.in_port) {