flow: Fill in ->l7 in flow_compose().
authorBen Pfaff <blp@nicira.com>
Mon, 30 Sep 2013 21:46:50 +0000 (14:46 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 2 Nov 2013 15:13:35 +0000 (08:13 -0700)
commitb322d9baed50aae3cb0523b0537524da6cd7e769
treed119f30ec3c0e352d94428b32396d1dd3d1ea941
parentf10719d4692fbb2e815fae404f4808a492fe904a
flow: Fill in ->l7 in flow_compose().

flow_extract() fills in ->l7 but flow_compose() wasn't doing it, which
confused bfd_process_packet() when invoked via the ofproto/trace appctl
command.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/flow.c