ofproto: Refactor handle_packet_out().
authorBen Pfaff <blp@nicira.com>
Thu, 28 Oct 2010 04:20:50 +0000 (21:20 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 10 Nov 2010 01:08:09 +0000 (17:08 -0800)
commitac51afaf4c98fc275769afa412e68eb2df41e059
tree327f2d0e909fcabc97494cb72e1d3ada761a6be1
parent09246b99d1601e2ba7ff85bb26f9b0235632a76d
ofproto: Refactor handle_packet_out().

An upcoming commit will require the flow to be passed in as part of
OpenFlow action validation, but handle_packet_out() has until now been
structured to make this difficult.  This commit refactors it to better
suit this purpose.
lib/ofp-util.c
lib/ofp-util.h
ofproto/ofproto.c