connmgr: Move send_len from ofputil_packet_in to ofproto_packet_in.
authorBen Pfaff <blp@nicira.com>
Tue, 22 Oct 2013 23:32:13 +0000 (16:32 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Oct 2013 04:12:06 +0000 (21:12 -0700)
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>

No differences found