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:10:10 +0000 (23:10 -0700)
commitc5bf21362c3ae2388d1f5b6dbd1a446f7c43c18b
treed2ee16c98bee4a7c34d69586406aac588ae9aa7c
parentbaab901089fca8135511adf9e1f2f14c55d9c946
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