Re: [ovs-dev] [PATCH] vagrant: switch to use out of tree build

2015-01-08 Thread Andy Zhou
pushed to master. Thanks for the review. On Thu, Jan 8, 2015 at 2:31 PM, Thomas Graf wrote: > On 01/08/15 at 03:00pm, Andy Zhou wrote: >> Vagrant shared folder, at least on the default virtual box, does not >> support the creation of the socket files. If one were to build OVS >> under /vagrant, '

Re: [ovs-dev] [PATCH] vagrant: switch to use out of tree build

2015-01-08 Thread Thomas Graf
On 01/08/15 at 03:00pm, Andy Zhou wrote: > Vagrant shared folder, at least on the default virtual box, does not > support the creation of the socket files. If one were to build OVS > under /vagrant, 'make check' would not work. > > Out of tree builds can be used to work around this issue. > See In