[ovs-dev] [PATCH] netlink-socket: don't check for namespace id under Windows

Flavio Leitner fbl at sysclose.org
Mon Apr 2 23:47:32 UTC 2018


On Mon, Apr 02, 2018 at 06:31:05PM -0400, Aaron Conole wrote:
> The namespace identification is only relevant under Linux systems.
> Even if it weren't, this code is targetted to Linux, and the Windows
> control message structure doesn't look the same.
> 
> When building on Windows platform, the following error occurs:
> 
>   lib/netlink-socket.c(750) : error C2039: 'Control' : is not a member of 'msghdr'
> 
> Fixes: a86bd14 ("netlink: provide network namespace id from a msg.")
> Cc: Flavio Leitner <fbl at redhat.com>
> Signed-off-by: Aaron Conole <aconole at redhat.com>
> ---

Acked-by: Flavio Leitner <fbl at redhat.com>

Thanks Aaron!
fbl



More information about the dev mailing list