summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--datapath-windows/ovsext/Actions.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/datapath-windows/ovsext/Actions.c b/datapath-windows/ovsext/Actions.c
index 684b3166f..41d1c7b1b 100644
--- a/datapath-windows/ovsext/Actions.c
+++ b/datapath-windows/ovsext/Actions.c
@@ -160,14 +160,7 @@ OvsDoFragmentNbl(OvsForwardingContext *ovsFwdCtx, UINT16 mru)
if (fragNbl != NULL) {
OvsCompleteNBL(ovsFwdCtx->switchContext, ovsFwdCtx->curNbl, TRUE);
- OvsInitForwardingCtx(ovsFwdCtx,
- ovsFwdCtx->switchContext,
- fragNbl,
- ovsFwdCtx->srcVportNo,
- ovsFwdCtx->sendFlags,
- NET_BUFFER_LIST_SWITCH_FORWARDING_DETAIL(fragNbl),
- ovsFwdCtx->completionList,
- &ovsFwdCtx->layers, FALSE);
+ ovsFwdCtx->curNbl = fragNbl;
} else {
OVS_LOG_INFO("Fragment NBL failed for MRU = %u", mru);
}