Re: [ovs-dev] [PATCH 1/3] ovs-vsctl: Add the missing ssl bootstrapping option parsing.

2015-08-21 Thread Gurucharan Shetty
I guess this is a bug fix so it should get backported. Acked-by: Ben Pfaff b...@nicira.com I think this has been forever. How long back do we generally backport? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH 1/3] ovs-vsctl: Add the missing ssl bootstrapping option parsing.

2015-08-21 Thread Ben Pfaff
On Fri, Aug 21, 2015 at 03:06:08PM -0700, Gurucharan Shetty wrote: I guess this is a bug fix so it should get backported. Acked-by: Ben Pfaff b...@nicira.com I think this has been forever. How long back do we generally backport? In this case I would backport to 2.3 and 2.4 and not bother

Re: [ovs-dev] [PATCH 1/3] ovs-vsctl: Add the missing ssl bootstrapping option parsing.

2015-08-21 Thread Ben Pfaff
On Thu, Aug 20, 2015 at 10:03:38AM -0700, Gurucharan Shetty wrote: 'man ovs-vsctl' mentions that ovs-vsctl can bootstrap itself by getting the certificate from the server. But the option was never parsed in the code. Signed-off-by: Gurucharan Shetty gshe...@nicira.com I guess this is a bug

[ovs-dev] [PATCH 1/3] ovs-vsctl: Add the missing ssl bootstrapping option parsing.

2015-08-20 Thread Gurucharan Shetty
'man ovs-vsctl' mentions that ovs-vsctl can bootstrap itself by getting the certificate from the server. But the option was never parsed in the code. Signed-off-by: Gurucharan Shetty gshe...@nicira.com --- utilities/ovs-vsctl.c |6 ++ 1 file changed, 6 insertions(+) diff --git