ofproto-dpif: Use proper flow when using facets.
authorJustin Pettit <jpettit@nicira.com>
Wed, 12 Jun 2013 05:47:12 +0000 (22:47 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 12 Jun 2013 06:04:59 +0000 (23:04 -0700)
commit67a2a536abc5af4ab350e1160c12d553f7a071f9
tree53d89c4ec6ce7064c1efb870878f1299a0295369
parentc432bff7928a41651b0a14f499ba8b27f0c0b6e8
ofproto-dpif: Use proper flow when using facets.

The handle_flow_miss_with_facet() function used the facet's flow
information instead of the missed flow.  This corrects that.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto-dpif.c