X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-actions.h;h=b97afd0b42d0dd485cfcac8824b2a93aad065e04;hb=e3b5693319c461a5909507b9ede57db326c07df2;hp=ddd94d487917c3be4a8a9f2241826285b87d6c3e;hpb=340c7bb2b9565b07de7c105d7fae298be908d138;p=sliver-openvswitch.git diff --git a/lib/ofp-actions.h b/lib/ofp-actions.h index ddd94d487..b97afd0b4 100644 --- a/lib/ofp-actions.h +++ b/lib/ofp-actions.h @@ -499,10 +499,10 @@ enum ofperr ofpacts_pull_openflow11_actions(struct ofpbuf *openflow, struct ofpbuf *ofpacts); enum ofperr ofpacts_pull_openflow11_instructions(struct ofpbuf *openflow, unsigned int instructions_len, - uint8_t table_id, struct ofpbuf *ofpacts); enum ofperr ofpacts_check(const struct ofpact[], size_t ofpacts_len, - struct flow *, ofp_port_t max_ports); + struct flow *, ofp_port_t max_ports, + uint8_t table_id); enum ofperr ofpacts_verify(const struct ofpact ofpacts[], size_t ofpacts_len); /* Converting ofpacts to OpenFlow. */