ofp-util: Work on decoding OF1.1 flow_mods.
[openvswitch] / lib / ofp-util.h
index 54bec75f6efe48f7f204a0eea14a9b2e5be556c2..c87d6488bb89ccf1390eabc8d39192c0d3388c74 100644 (file)
@@ -117,6 +117,8 @@ void ofputil_cls_rule_to_ofp10_match(const struct cls_rule *,
                                      struct ofp10_match *);
 
 /* Work with ofp11_match. */
+enum ofperr ofputil_pull_ofp11_match(struct ofpbuf *, unsigned int priority,
+                                     struct cls_rule *);
 enum ofperr ofputil_cls_rule_from_ofp11_match(const struct ofp11_match *,
                                               unsigned int priority,
                                               struct cls_rule *);