[ovs-git] [openvswitch/ovs] 7d6816: datapath-windows, conntrack: Fix conntrack new state

Rui Cao noreply at github.com
Sat Jun 27 23:50:34 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 7d68168468b1f862953d38010cbf3d1079eaf621
      https://github.com/openvswitch/ovs/commit/7d68168468b1f862953d38010cbf3d1079eaf621
  Author: Rui Cao <rcao at vmware.com>
  Date:   2020-06-27 (Sat, 27 Jun 2020)

  Changed paths:
    M datapath-windows/ovsext/Conntrack-other.c
    M datapath-windows/ovsext/Conntrack-tcp.c
    M datapath-windows/ovsext/Conntrack.c
    M datapath-windows/ovsext/Conntrack.h

  Log Message:
  -----------
  datapath-windows, conntrack: Fix conntrack new state

On windows, if we send a connection setup packet in one direction
twice, it will make the connection to be in established state. The
same issue happened in Linux userspace conntrack module and has
been fixed.

This patch port the following previous fixes to windows datapath to
fix the issue:
- a867c010ee9183885ee9d3eb76a0005c075c4d2e
- ac23d20fc90da3b1c9b2117d1e22102e99fba006

Acked-by: Yi-Hung Wei <yihung.wei at gmail.com>
Signed-off-by: Rui Cao <rcao at vmware.com>
Signed-off-by: William Tu <u9012063 at gmail.com>




More information about the git mailing list