Re: [RFC PATCH v2 0/8] qapi: net: add unix socket type support to netdev backend

2022-05-13 Thread Stefano Brivio
On Thu, 12 May 2022 10:09:24 +0200 Laurent Vivier wrote: > "-netdev socket" only supports inet sockets. > > It's not a complex task to add support for unix sockets, but > the socket netdev parameters are not defined to manage well unix > socket parameters. > > As discussed in: > > "socket.c

[RFC PATCH v2 0/8] qapi: net: add unix socket type support to netdev backend

2022-05-12 Thread Laurent Vivier
"-netdev socket" only supports inet sockets. It's not a complex task to add support for unix sockets, but the socket netdev parameters are not defined to manage well unix socket parameters. As discussed in: "socket.c added support for unix domain socket datagram transport" https://lore.kern