ofp-util: Break ofputil_encode_packet_in() into multiple functions.
authorBen Pfaff <blp@nicira.com>
Mon, 2 Dec 2013 21:17:37 +0000 (13:17 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Dec 2013 16:23:26 +0000 (08:23 -0800)
commit0f83fea0f0f87caf68558106dd7f14af0a63dcfe
treee3be6c6d3f668b93c7280632ba095eef0150f988
parent68eadcf05acd17097ba9161910a7265c5812cc89
ofp-util: Break ofputil_encode_packet_in() into multiple functions.

This form makes it obvious that an OpenFlow 1.1 implementation is missing.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Reviewed-by: Simon Horman <horms@verge.net.au>
lib/ofp-util.c