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 > Cc: d...@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH] netlink-socket: Fix broken bui

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

2018-04-02 Thread Ben Pfaff
On Mon, Apr 02, 2018 at 02:24:36PM +0300, Alin Gabriel Serdean wrote: > 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 I find myself wondering whether this should be: diff --git a/lib

[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 b/lib/netlink-socket.c index