Re: [ovs-dev] [PATCH 1/2] flow: Don't assume non-IPv4 is IPv6 for un-wildcarding.

2013-06-28 Thread Ethan Jackson
Acked-by: Ethan Jackson On Fri, Jun 28, 2013 at 5:21 PM, Justin Pettit wrote: > When determinining what fields to un-wildcard for the symmetric L4 hash, > don't include the IPv6 address fields if the packet isn't IPv6. > > Reported-by: Jarno Rajahalme > Signed-off-by: Justin Pettit > --- > li

[ovs-dev] [PATCH 1/2] flow: Don't assume non-IPv4 is IPv6 for un-wildcarding.

2013-06-28 Thread Justin Pettit
When determinining what fields to un-wildcard for the symmetric L4 hash, don't include the IPv6 address fields if the packet isn't IPv6. Reported-by: Jarno Rajahalme Signed-off-by: Justin Pettit --- lib/flow.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/flow.c