Re: [ovs-dev] [PATCH] usermode-windows: Set the socket pid number in the NL message

2014-11-21 Thread Ben Pfaff
On Fri, Nov 21, 2014 at 05:34:56PM -0800, Eitan Eliahu wrote: > The pid must be set in the NL header as the driver checks it against the pid > in > the instance paired with the socket. > > Signed-off-by: Eitan Eliahu Thanks, applied! ___ dev mailing l

Re: [ovs-dev] [PATCH] usermode-windows: Set the socket pid number in the NL message

2014-11-21 Thread Nithin Raju
On Nov 21, 2014, at 5:34 PM, Eitan Eliahu wrote: > The pid must be set in the NL header as the driver checks it against the pid > in > the instance paired with the socket. > > Signed-off-by: Eitan Eliahu Acked-by: Nithin Raju ___ dev mailing list

[ovs-dev] [PATCH] usermode-windows: Set the socket pid number in the NL message

2014-11-21 Thread Eitan Eliahu
The pid must be set in the NL header as the driver checks it against the pid in the instance paired with the socket. Signed-off-by: Eitan Eliahu --- lib/netlink-socket.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/netlink-socket.c b/lib/netlink-socket.c index d46c831..2e02c43 100644