summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/Actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'datapath-windows/ovsext/Actions.c')
-rw-r--r--datapath-windows/ovsext/Actions.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/datapath-windows/ovsext/Actions.c b/datapath-windows/ovsext/Actions.c
index 3100532e1..884fce4e3 100644
--- a/datapath-windows/ovsext/Actions.c
+++ b/datapath-windows/ovsext/Actions.c
@@ -917,7 +917,7 @@ OvsOutputForwardingCtx(OvsForwardingContext *ovsFwdCtx)
ovsFwdCtx->completionList,
&ovsFwdCtx->layers, FALSE);
if (status != NDIS_STATUS_SUCCESS) {
- dropReason = L"Dropped due to resouces.";
+ dropReason = L"Dropped due to resources.";
goto dropit;
}
}
@@ -2410,8 +2410,9 @@ OvsDoExecuteActions(POVS_SWITCH_CONTEXT switchContext,
goto dropit;
} else if (oldNbl != ovsFwdCtx.curNbl) {
/*
- * OvsIpv4Reassemble consumes the original NBL and creates a
- * new one and assigns it to the curNbl of ovsFwdCtx.
+ * OvsIpv4Reassemble/OvsIpv6Reassemble consumes the
+ * original NBL and creates a new one and assigns
+ * it to the curNbl of ovsFwdCtx.
*/
OvsInitForwardingCtx(&ovsFwdCtx,
ovsFwdCtx.switchContext,
@@ -2422,6 +2423,7 @@ OvsDoExecuteActions(POVS_SWITCH_CONTEXT switchContext,
ovsFwdCtx.completionList,
&ovsFwdCtx.layers, FALSE);
key->ipKey.nwFrag = OVS_FRAG_TYPE_NONE;
+ key->ipv6Key.nwFrag = OVS_FRAG_TYPE_NONE;
}
break;
}