Re: [ovs-dev] [PATCH 1/2] ofproto-dpif: Use proper flow when using facets.

2013-06-11 Thread Justin Pettit
Thanks for the quick review. I pushed this to master and branch-1.11. --Justin On Jun 11, 2013, at 11:03 PM, Ethan Jackson wrote: > Acked-by: Ethan Jackson > > On Tue, Jun 11, 2013 at 11:00 PM, Justin Pettit wrote: >> The handle_flow_miss_with_facet() function used the facet's flow >> info

Re: [ovs-dev] [PATCH 1/2] ofproto-dpif: Use proper flow when using facets.

2013-06-11 Thread Ethan Jackson
Acked-by: Ethan Jackson On Tue, Jun 11, 2013 at 11:00 PM, Justin Pettit wrote: > 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 > --- > ofproto/ofproto-dpif.c |4 ++-- > 1 file

[ovs-dev] [PATCH 1/2] ofproto-dpif: Use proper flow when using facets.

2013-06-11 Thread Justin Pettit
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 --- ofproto/ofproto-dpif.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofpro