mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
ofproto: Refactor handle_packet_out().
An upcoming commit will require the flow to be passed in as part of OpenFlow action validation, but handle_packet_out() has until now been structured to make this difficult. This commit refactors it to better suit this purpose.
This commit is contained in:
@@ -62,8 +62,6 @@ int check_ofp_message(const struct ofp_header *, uint8_t type, size_t size);
|
||||
int check_ofp_message_array(const struct ofp_header *, uint8_t type,
|
||||
size_t size, size_t array_elt_size,
|
||||
size_t *n_array_elts);
|
||||
int check_ofp_packet_out(const struct ofp_header *, struct ofpbuf *data,
|
||||
int *n_actions, int max_ports);
|
||||
|
||||
struct flow_stats_iterator {
|
||||
const uint8_t *pos, *end;
|
||||
|
Reference in New Issue
Block a user