X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-actions.h;h=470a37175842bdece9623a1bfe9e46169af02130;hb=ba2fe8e9f17602a260a626c6a823584975dbe757;hp=70ad4b6f8c390293db299432e787874f1ccf191c;hpb=1cc1e356430bccb3784734663f823ba65e4bb990;p=sliver-openvswitch.git diff --git a/lib/ofp-actions.h b/lib/ofp-actions.h index 70ad4b6f8..470a37175 100644 --- a/lib/ofp-actions.h +++ b/lib/ofp-actions.h @@ -607,9 +607,13 @@ enum ofperr ofpacts_pull_openflow_instructions(struct ofpbuf *openflow, enum ofp_version version, struct ofpbuf *ofpacts); enum ofperr ofpacts_check(struct ofpact[], size_t ofpacts_len, - struct flow *, bool enforce_consistency, - ofp_port_t max_ports, - uint8_t table_id, uint8_t n_tables); + struct flow *, ofp_port_t max_ports, + uint8_t table_id, uint8_t n_tables, + enum ofputil_protocol *usable_protocols); +enum ofperr ofpacts_check_consistency(struct ofpact[], size_t ofpacts_len, + struct flow *, ofp_port_t max_ports, + uint8_t table_id, uint8_t n_tables, + enum ofputil_protocol usable_protocols); enum ofperr ofpacts_verify(const struct ofpact ofpacts[], size_t ofpacts_len); enum ofperr ofpact_check_output_port(ofp_port_t port, ofp_port_t max_ports);