Reset mac header in flow_extract(), because it might initially be null.
authorBen Pfaff <blp@nicira.com>
Wed, 12 Nov 2008 00:51:56 +0000 (16:51 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 13 Nov 2008 20:44:04 +0000 (12:44 -0800)
commitb4181aef8770a85bdf2fd4080f1b06387447c8aa
tree405df5505179eaa3931211d2fe1914d55bd257f3
parent8c1c06ba950d615713ccad28a9449a3aec3c417f
Reset mac header in flow_extract(), because it might initially be null.

__alloc_skb() sets the mac header to null, and not all call chains
reset it.
datapath/flow.c