Re: [ovs-dev] [PATCH v1] datapath-windows: Fix updating ct label when mask is specified

2019-08-18 Thread Alin Serdean
Thanks a lot for the patch! I applied it on master and backported as far as I could. Alin. > On 15 Aug 2019, at 19:39, Anand Kumar via dev wrote: > > From: kumaranand > > When an existing label needs to be changed by specifing bits to be > updated using mask, instead of updating only the

[ovs-dev] [PATCH v1] datapath-windows: Fix updating ct label when mask is specified

2019-08-15 Thread Anand Kumar via dev
From: kumaranand When an existing label needs to be changed by specifing bits to be updated using mask, instead of updating only the masked bits, new label was getting overridden. This patch fixes this issue. Signed-off-by: Anand Kumar --- datapath-windows/ovsext/Conntrack.c | 1 + 1 file