mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ofpacts_check: Remove unnecessary flow copying.
Signed-off-by: Jarno Rajahalme <jarno.rajahalme@nsn.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
committed by
Ben Pfaff
parent
d614823e2b
commit
eca39bced3
@@ -493,7 +493,7 @@ enum ofperr ofpacts_pull_openflow11_instructions(struct ofpbuf *openflow,
|
||||
uint8_t table_id,
|
||||
struct ofpbuf *ofpacts);
|
||||
enum ofperr ofpacts_check(const struct ofpact[], size_t ofpacts_len,
|
||||
const struct flow *, ofp_port_t max_ports);
|
||||
struct flow *, ofp_port_t max_ports);
|
||||
enum ofperr ofpacts_verify(const struct ofpact ofpacts[], size_t ofpacts_len);
|
||||
|
||||
/* Converting ofpacts to OpenFlow. */
|
||||
|
Reference in New Issue
Block a user