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

2016-08-04 Thread Alin Serdean
Thanks! De la: Guru Shetty [mailto:g...@ovn.org] Trimis: Wednesday, August 3, 2016 5:27 PM Către: Alin Serdean Cc: dev@openvswitch.org Subiect: Re: [ovs-dev] [PATCH v7] Windows: Local named pipe implementation On 2 August 2016 at 11:19, Alin Serdean mailto:aserd...@cloudbasesolutions.com

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

2016-08-03 Thread Guru Shetty
On 2 August 2016 at 11:19, Alin Serdean wrote: > 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_

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

2016-08-02 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