ofproto: Use ofconn_send_reply() for sending OpenFlow replies.
authorBen Pfaff <blp@nicira.com>
Thu, 10 Feb 2011 19:22:03 +0000 (11:22 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Mar 2011 19:28:11 +0000 (12:28 -0700)
commitb0421aa20c401c8503946a102428d0a4adb976f9
tree71a1c349f66fef6de7fed5fb1e6af80a3271a81f
parent64ff1d96389aaa326154060326efc00093bb9f70
ofproto: Use ofconn_send_reply() for sending OpenFlow replies.

This helps to increase the level of abstraction of "struct ofconn",
in preparation for moving it from ofproto.c into a new file.
ofproto/ofproto.c