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)
commitc7ae835ac2f4fe7b45b6761e9b1e8d4e5a95f39c
tree17c8241aa726ca52a53e26866f088369f145f1cc
parentfe4356bb9a21c4b2d6273dae2b9a2951412046e3
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