Re: [ovs-dev] [PATCH] ovn-northd: Ability to detach on Windows.

2015-08-17 Thread Gurucharan Shetty
On Mon, Aug 17, 2015 at 3:12 PM, Alex Wang wrote: > Acked-by: Alex Wang > > Thx for writing this fix, > > Can you also add the same line to ovn/controller/ovn-controller.c and > ovn/controller-vtep/ovn-controller-vtep.c ? Thanks, I did that change. I also realized that along with handling --detac

Re: [ovs-dev] [PATCH] ovn-northd: Ability to detach on Windows.

2015-08-17 Thread Alex Wang
Acked-by: Alex Wang Thx for writing this fix, Can you also add the same line to ovn/controller/ovn-controller.c and ovn/controller-vtep/ovn-controller-vtep.c ? Thanks, Alex Wang, On Mon, Aug 17, 2015 at 3:00 PM, Gurucharan Shetty wrote: > A unit test for ovn-northd was hanging because ovn-no

[ovs-dev] [PATCH] ovn-northd: Ability to detach on Windows.

2015-08-17 Thread Gurucharan Shetty
A unit test for ovn-northd was hanging because ovn-northd running on Windows failed to detach. The detach function for Windows is implemented inside "service_start()". Reported-by: Alex Wang Signed-off-by: Gurucharan Shetty --- ovn/northd/ovn-northd.c |1 + 1 file changed, 1 insertion(+) d