nx-match: New function nx_pull_match_loose().
[sliver-openvswitch.git] / lib / nx-match.h
index c7ee0f8..8931d58 100644 (file)
@@ -36,6 +36,9 @@ struct nx_action_reg_move;
 
 int nx_pull_match(struct ofpbuf *, unsigned int match_len, uint16_t priority,
                   struct cls_rule *, ovs_be64 *cookie, ovs_be64 *cookie_mask);
+int nx_pull_match_loose(struct ofpbuf *, unsigned int match_len,
+                        uint16_t priority, struct cls_rule *,
+                        ovs_be64 *cookie, ovs_be64 *cookie_mask);
 int nx_put_match(struct ofpbuf *, const struct cls_rule *,
                  ovs_be64 cookie, ovs_be64 cookie_mask);