[ovs-dev] [PATCH] conntrack: Fix TCP conntrack state

William Tu u9012063 at gmail.com
Tue Feb 18 23:03:37 UTC 2020


On Tue, Feb 11, 2020 at 04:07:53PM +0100, Dumitru Ceara wrote:
> On 2/7/20 11:55 PM, Yi-Hung Wei wrote:
> > If a TCP connection is in SYN_SENT state, receiving another SYN packet
> > would just renew the timeout of that conntrack entry rather than create
> > a new one.  Thus, tcp_conn_update() should return CT_UPDATE_VALID_NEW.
> > 
> > This also fixes regressions of a couple of  OVN system tests.
> > 
> > Fixes: a867c010ee91 ("conntrack: Fix conntrack new state")
> > Reported-by: Dumitru Ceara <dceara at redhat.com>
> > Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>
> 
> Hi Yi-Hung,
> 
> The changes look good to me but I'll let userspace conntrack reviewers
> formally ack the patch.
> 
> I did try it out and it works fine.
> 
> Regards,
> Dumitru
> 
> Tested-by: Dumitru Ceara <dceara at redhat.com>
Thanks
I applied to master and branch 2.13.

William



More information about the dev mailing list