Re: [ovs-dev] [PATCH] netlink-socket: Fix broken build on Windows

2018-04-03 Thread aserdean
> -Mesaj original- > De la: ovs-dev-boun...@openvswitch.org boun...@openvswitch.org> În numele Ben Pfaff > Trimis: Monday, April 2, 2018 7:35 PM > Către: Alin Gabriel Serdean <aserd...@ovn.org> > Cc: d...@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH] netli

[ovs-dev] [PATCH] netlink-socket: Fix broken build on Windows

2018-04-02 Thread Alin Gabriel Serdean
Skip network namespace id check on windows since we lack support and integration for their equivalent at the moment. Signed-off-by: Alin Gabriel Serdean --- lib/netlink-socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netlink-socket.c