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

Darrell Ball dlu998 at gmail.com
Thu Dec 26 17:23:19 UTC 2019


Sure Ben, I will take a look.

Thanks Darrell

On Fri, Dec 20, 2019 at 1:16 PM Ben Pfaff <blp at ovn.org> wrote:

> On Fri, Dec 20, 2019 at 09:51:08AM -0800, Yi-Hung Wei wrote:
> > In connection tracking system, a connection is established if we
> > see packets from both directions.  However, in userspace datapath's
> > conntrack, if we send a connection setup packet in one direction
> > twice, it will make the connection to be in established state.
> >
> > This patch fixes the aforementioned issue, and adds a system traffic
> > test for UDP and TCP traffic to avoid regression.
> >
> > Fixes: a489b16854b59 ("conntrack: New userspace connection tracker.")
> > Signed-off-by: Yi-Hung Wei <yihung.wei at gmail.com>
> > ---
> > Travis CI: https://travis-ci.org/YiHungWei/ovs/builds/627518780
>
> Good catch!
>
> Darrell, will you review this?
>


More information about the dev mailing list