summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Actions.c
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2017-05-17 13:49:40 +0000
committerGurucharan Shetty <guru@ovn.org>2017-05-23 15:28:15 -0700
commitaa341b9f8667cc599d4513da023d01fab3f52f45 (patch)
tree262a69c84e181cf530fe14c33e758af597e8f407 /datapath-windows/ovsext/Actions.c
parent82db51ef490fc2366b44e8800ac88b0546bef13b (diff)
downloadopenvswitch-aa341b9f8667cc599d4513da023d01fab3f52f45.tar.gz
datapath-windows: Update the key after defragmentation
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>
Diffstat (limited to 'datapath-windows/ovsext/Actions.c')
-rw-r--r--datapath-windows/ovsext/Actions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/datapath-windows/ovsext/Actions.c b/datapath-windows/ovsext/Actions.c
index 31b451484..c3f036290 100644
--- a/datapath-windows/ovsext/Actions.c
+++ b/datapath-windows/ovsext/Actions.c
@@ -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;
}