Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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:openvswitch/ovs-issues#232 Signed-off-by: Wilson Peng <[email protected]> Signed-off-by: Alin-Gabriel Serdean <[email protected]>
- Loading branch information