Acked-by: Anand Kumar [email protected] Thanks, Anand Kumar
On 5/17/17, 6:49 AM, "[email protected] on behalf of Alin Serdean" <[email protected] on behalf of [email protected]> wrote: 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 <[email protected]> --- datapath-windows/ovsext/Actions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/datapath-windows/ovsext/Actions.c b/datapath-windows/ovsext/Actions.c index 31b4514..c3f0362 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; } -- 2.10.2.windows.1 _______________________________________________ dev mailing list [email protected] https://urldefense.proofpoint.com/v2/url?u=https-3A__mail.openvswitch.org_mailman_listinfo_ovs-2Ddev&d=DwICAg&c=uilaK90D4TOVoH58JNXRgQ&r=Q5z9tBe-nAOpE7LIHSPV8uy5-437agMXvkeHHMkR8Us&m=oirVwU1t-01D6SSv7OmCQFD8r2FB7Ao2Nn0HV6ydu5E&s=9TihOd-FPgWRz7fhTe9WyqLiuREPZwz8UOz7ai2KCLQ&e= _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
