netlink-socket: Set socket pid number in NL message on Windows.
authorEitan Eliahu <eliahue@vmware.com>
Sat, 22 Nov 2014 01:34:56 +0000 (17:34 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 21 Nov 2014 23:23:30 +0000 (15:23 -0800)
commit92a5068f61a48d1bcde7206ba3a298b233843867
tree80c810f9e9efb8d4d0f942bdec7a5328f061e29b
parent8ddda6853b1f69e5005a84de501ad87d0181d0f9
netlink-socket: Set socket pid number in NL message on Windows.

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 <eliahue@vmware.com>
Acked-by: Nithin Raju <nithin@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/netlink-socket.c