X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-util.h;h=c87d6488bb89ccf1390eabc8d39192c0d3388c74;hb=aa319503aa099030d4e4796710b0ebace8907f2b;hp=54bec75f6efe48f7f204a0eea14a9b2e5be556c2;hpb=358058064ba6544c9d310c78859b02a42e09f76b;p=sliver-openvswitch.git diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 54bec75f6..c87d6488b 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -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 *);