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 <aserd...@ovn.org> --- 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 f3cce9314..699456e21 100644 --- a/lib/netlink-socket.c +++ b/lib/netlink-socket.c @@ -738,7 +738,6 @@ nl_sock_recv__(struct nl_sock *sock, struct ofpbuf *buf, int *nsid, bool wait) COVERAGE_INC(netlink_recv_jumbo); ofpbuf_put(buf, tail, retval - buf->allocated); } -#endif if (nsid) { /* The network namespace id from which the message was sent comes @@ -772,6 +771,7 @@ nl_sock_recv__(struct nl_sock *sock, struct ofpbuf *buf, int *nsid, bool wait) cmsg = CMSG_NXTHDR(&msg, cmsg); } } +#endif log_nlmsg(__func__, 0, buf->data, buf->size, sock->protocol); COVERAGE_INC(netlink_received); -- 2.16.1.windows.1 _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev