On 17 May 2017 at 06:49, Alin Serdean <aserd...@cloudbasesolutions.com> 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 <aserd...@cloudbasesolutions.com> > Thanks, applied! > --- > 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 > d...@openvswitch.org > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev