ofproto: connmgr_send_packet_in() doesn't need buffer_id and total_len.
authorBen Pfaff <blp@nicira.com>
Mon, 12 Mar 2012 21:35:35 +0000 (14:35 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 15 Mar 2012 17:34:11 +0000 (10:34 -0700)
Trying to add a new caller for connmgr_send_packet_in(), I wasn't sure
what to put in these members.  Investigating, I saw that the function
didn't really need them, so this commit clears that up.

Signed-off-by: Ben Pfaff <blp@nicira.com>

No differences found