ofp-util: Add struct ofputil_packet_out, helper functions, and use it all.
authorBen Pfaff <blp@nicira.com>
Mon, 6 Feb 2012 22:17:49 +0000 (14:17 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Feb 2012 21:23:36 +0000 (13:23 -0800)
commitc6a93eb711322474e0e8db07a6c53e1f6c61c56b
treea04e6ccd398de550c495e1085a12c74cd657ec9e
parentc4b3187200f8b00252795bd5536c1e3af11d9b08
ofp-util: Add struct ofputil_packet_out, helper functions, and use it all.

This makes the ofp-util support for packet_out better match the support
that ofp-util has for other OpenFlow messages.  It also prepares for an
upcoming patch that adds a new piece of code that generates packet_out
messages.

Signed-off-by: Ben Pfaff <blp@nicira.com>
include/openflow/openflow.h
lib/learning-switch.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
ofproto/ofproto.c
tests/ofp-print.at