mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
connmgr: Move send_len from ofputil_packet_in to ofproto_packet_in.
send_len is not directly part of the OpenFlow packet_in message, at least given that it is partially redundant with packet_len. send_len is, rather, a request to the connmgr that expresses how many bytes the action requested be sent to the controller, but the connmgr cannot always honor it. Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -384,7 +384,6 @@ struct ofputil_packet_in {
|
||||
ovs_be64 cookie;
|
||||
|
||||
uint32_t buffer_id;
|
||||
int send_len;
|
||||
uint16_t total_len; /* Full length of frame. */
|
||||
|
||||
struct flow_metadata fmd; /* Metadata at creation time. */
|
||||
|
Reference in New Issue
Block a user