Re: [PATCHv3 net 3/4] openvswitch: Mark connections new when not confirmed.

2015-10-21 Thread David Miller
From: Joe Stringer Date: Mon, 19 Oct 2015 19:18:59 -0700 > New, related connections are marked as such as part of ovs_ct_lookup(), > but they are not marked as "new" if the commit flag is used. Make this > consistent by setting the "new" flag whenever !nf_ct_is_confirmed(ct). > > Reported-by: Ja

Re: [PATCHv3 net 3/4] openvswitch: Mark connections new when not confirmed.

2015-10-20 Thread Pravin Shelar
On Mon, Oct 19, 2015 at 7:18 PM, Joe Stringer wrote: > New, related connections are marked as such as part of ovs_ct_lookup(), > but they are not marked as "new" if the commit flag is used. Make this > consistent by setting the "new" flag whenever !nf_ct_is_confirmed(ct). > > Reported-by: Jarno Ra

Re: [PATCHv3 net 3/4] openvswitch: Mark connections new when not confirmed.

2015-10-20 Thread Thomas Graf
On 10/19/15 at 07:18pm, Joe Stringer wrote: > New, related connections are marked as such as part of ovs_ct_lookup(), > but they are not marked as "new" if the commit flag is used. Make this > consistent by setting the "new" flag whenever !nf_ct_is_confirmed(ct). > > Reported-by: Jarno Rajahalme

[PATCHv3 net 3/4] openvswitch: Mark connections new when not confirmed.

2015-10-19 Thread Joe Stringer
New, related connections are marked as such as part of ovs_ct_lookup(), but they are not marked as "new" if the commit flag is used. Make this consistent by setting the "new" flag whenever !nf_ct_is_confirmed(ct). Reported-by: Jarno Rajahalme Signed-off-by: Joe Stringer --- v2: Acked. v3: Took a