Re: [ovs-dev] [PATCH v3] Windows: Local named pipe implementation

2016-07-25 Thread Paul Boca
Acked-by: Paul Boca > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Alin Serdean > Sent: Monday, July 25, 2016 5:29 AM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH v3] Windows: Local named pipe implementation > > Cur

[ovs-dev] [PATCH v3] Windows: Local named pipe implementation

2016-07-24 Thread Alin Serdean
Currently in the case of command line arguments punix/unix, on Windows we create a file, write a TCP port number to connect. This is a security concern. This patch adds support for the command line arguments punix/unix trying to mimic AF_UNIX behind a local named pipe. This patch drops the TCP so