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:23:04 +0000 (10:23 -0700)
commit2ed1202f141ecbda901c6531829273ea2ad8f1c8
tree085c1292317e212e98b60aaef05477f57915fefd
parentd8653c386aa8bfaed60863710da6d785797d530f
ofproto: connmgr_send_packet_in() doesn't need buffer_id and total_len.

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>
ofproto/connmgr.c
ofproto/ofproto-dpif.c