X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofp-util.h;fp=lib%2Fofp-util.h;h=c87d6488bb89ccf1390eabc8d39192c0d3388c74;hb=bce80ff228223ec9dfde8d348822e264cf99487e;hp=54bec75f6efe48f7f204a0eea14a9b2e5be556c2;hpb=e1152397ae5307cd7a082361ab81fa73076368f5;p=openvswitch diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 54bec75f..c87d6488 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 *);