X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-actions.h;h=b97afd0b42d0dd485cfcac8824b2a93aad065e04;hb=2b13d312fc4d6e5eb1d0e3004fa523bb0c0ba544;hp=ddd94d487917c3be4a8a9f2241826285b87d6c3e;hpb=084c53de85f4c01aa815b9ddf7e0aea96ebf79d2;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. */