nicira-ext: Increase the number of NXM registers to 8.
[openvswitch] / lib / nx-match.c
index 41c65fbe067d98e3a27736225b948b3459f67e69..3ead9b614da050308d85a9cd56a523b3a76f33ee 100644 (file)
@@ -471,7 +471,7 @@ nx_put_match(struct ofpbuf *b, const struct cls_rule *cr,
     int match_len;
     int i;
 
-    BUILD_ASSERT_DECL(FLOW_WC_SEQ == 8);
+    BUILD_ASSERT_DECL(FLOW_WC_SEQ == 9);
 
     /* Metadata. */
     if (!(wc & FWW_IN_PORT)) {