[ovs-dev] [PATCH] bridge: fix windows build

Sairam Venugopal vsairam at vmware.com
Thu Jun 30 01:24:05 UTC 2016


Thanks for fixing this. I just sent out a patch for fixing the same.

Acked-by: Sairam Venugopal <vsairam at vmware.com>



On 6/29/16, 6:16 PM, "Ansis Atteka" <aatteka at ovn.org> wrote:

>Patch 81d2f75c (bridge: allow OVS to interact with controller
>through sockets outside run dir) broke windows build. This patch
>fixes that.
>
>Signed-off-by: Ansis Atteka <aatteka at ovn.org>
>---
> lib/daemon.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/lib/daemon.h b/lib/daemon.h
>index b035055..bfa0640 100644
>--- a/lib/daemon.h
>+++ b/lib/daemon.h
>@@ -102,7 +102,7 @@ pid_t read_pidfile(const char *name);
> 
> #define DAEMON_LONG_OPTIONS
> \
>         {"detach",             no_argument, NULL, OPT_DETACH},
> \
>-        {"no-self-confinement" no_argument, NULL,
>OPT_NO_SELF_CONFINEMENT}, \
>+        {"no-self-confinement", no_argument, NULL,
>OPT_NO_SELF_CONFINEMENT}, \
>         {"no-chdir",           no_argument, NULL, OPT_NO_CHDIR},
> \
>         {"pidfile",            optional_argument, NULL, OPT_PIDFILE},
> \
>         {"pipe-handle",        required_argument, NULL,
>OPT_PIPE_HANDLE}, \
>-- 
>2.7.4
>
>_______________________________________________
>dev mailing list
>dev at openvswitch.org
>https://urldefense.proofpoint.com/v2/url?u=http-3A__openvswitch.org_mailma
>n_listinfo_dev&d=CwIGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=Dc
>ruz40PROJ40ROzSpxyQSLw6fcrOWpJgEcEmNR3JEQ&m=gJ-BS45dg_uOcOZIBwuM46WcdURY-5
>7p02UAsBQHi0A&s=aX_H-21SFONJ-j0jLo1qXlx_eifPlDI-uULSVo0crxg&e= 




More information about the dev mailing list