]> git.proxmox.com Git - ovs.git/commit
windows, ovn-nbctl: Add service_start call inside the server loop
authorAlin Gabriel Serdean <aserdean@ovn.org>
Fri, 5 Oct 2018 14:54:27 +0000 (17:54 +0300)
committerAlin Gabriel Serdean <aserdean@ovn.org>
Wed, 24 Oct 2018 11:39:01 +0000 (14:39 +0300)
commit3fe1232de9b2df55eb083e3100ae5e509b8aa090
treea2a754967d386e2cf74f3c7483ee94949a709103
parentaa1a0f1aaf6a772327b712d0507735af5b8c791d
windows, ovn-nbctl: Add service_start call inside the server loop

Currently all ovn-nbctl (daemon) tests are failing due to the missing
call to `service_start` which is required on Windows.

Windows lacks fork so we need to pass all arguments, so we can spawn a new
process and interpret it properly when calling `service_start`.

Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Co-authored-by: Ben Pfaff <blp@ovn.org>
Acked-by: Anand Kumar <kumaranand@vmware.com>
ovn/utilities/ovn-nbctl.c