[ovs-git] [openvswitch/ovs] d43c15: datapath-windows: Reset flow key after Ipv4 fragme...

pweisong noreply at github.com
Mon Nov 15 08:52:56 UTC 2021


  Branch: refs/heads/branch-2.14
  Home:   https://github.com/openvswitch/ovs
  Commit: d43c1500d21fc08f4d8f54c46c234a5b7df4fbb9
      https://github.com/openvswitch/ovs/commit/d43c1500d21fc08f4d8f54c46c234a5b7df4fbb9
  Author: Wilson Peng <pweisong at vmware.com>
  Date:   2021-11-15 (Mon, 15 Nov 2021)

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

  Log Message:
  -----------
  datapath-windows: Reset flow key after Ipv4 fragments are reassembled

While testing OVS-windows flows for the Ip fragments, the traffic will be dropped
As it may match incorrect OVS flow.  From the code, after the Ipv4 fragments are
Reassembled, it willl still use the flow key of the last Ipv4 fragments to match
CT causing match error.

Reported-at:https://github.com/openvswitch/ovs-issues/issues/232
Signed-off-by: Wilson Peng <pweisong at vmware.com>
Signed-off-by: Alin-Gabriel Serdean <aserdean at ovn.org>




More information about the git mailing list