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

pweisong noreply at github.com
Mon Nov 15 08:51:19 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 71eb2ec446b4f25eec2360f65e018162c072973c
      https://github.com/openvswitch/ovs/commit/71eb2ec446b4f25eec2360f65e018162c072973c
  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