]> git.proxmox.com Git - mirror_ovs.git/commitdiff
datapath-windows: Update the key after defragmentation
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Wed, 17 May 2017 13:49:40 +0000 (13:49 +0000)
committerGurucharan Shetty <guru@ovn.org>
Tue, 23 May 2017 22:28:15 +0000 (15:28 -0700)
Update the key used by the actions which follow up defragmentation, with
no fragment set in the IP header.

Found while testing OVN with two VMs on the same host.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Anand Kumar kumaranand@vmware.com
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
datapath-windows/ovsext/Actions.c

index 31b4514848a71412f7645a3ff2377efd2513204d..c3f036290cd4f4b8a803d81f98eb9806f6453cf2 100644 (file)
@@ -2052,6 +2052,7 @@ OvsDoExecuteActions(POVS_SWITCH_CONTEXT switchContext,
                                      NET_BUFFER_LIST_SWITCH_FORWARDING_DETAIL(ovsFwdCtx.curNbl),
                                      ovsFwdCtx.completionList,
                                      &ovsFwdCtx.layers, FALSE);
+                key->ipKey.nwFrag = OVS_FRAG_TYPE_NONE;
             }
             break;
         }