Re: [ovs-dev] [PATCH 3/4] unixctl: Add support for Windows.

2014-03-28 Thread Gurucharan Shetty
On Fri, Mar 28, 2014 at 9:58 AM, Ben Pfaff wrote: > On Fri, Mar 28, 2014 at 09:10:45AM -0700, Gurucharan Shetty wrote: >> For Windows, use a kernel assigned localhost TCP port to listen for >> runtime management connections and then write it into a file >> so that a client can read it and then mak

[ovs-dev] [PATCH 3/4] unixctl: Add support for Windows.

2014-03-28 Thread Gurucharan Shetty
For Windows, use a kernel assigned localhost TCP port to listen for runtime management connections and then write it into a file so that a client can read it and then make a TCP connection. Since we do not have the infrastructure to create pidfiles on windows as of now, we create the *.ctl file wi

Re: [ovs-dev] [PATCH 3/4] unixctl: Add support for Windows.

2014-03-28 Thread Ben Pfaff
On Fri, Mar 28, 2014 at 09:10:45AM -0700, Gurucharan Shetty wrote: > For Windows, use a kernel assigned localhost TCP port to listen for > runtime management connections and then write it into a file > so that a client can read it and then make a TCP connection. > > Since we do not have the infras