Re: [ovs-dev] [PATCH 3/3] ovn-ctl: add support for SSL nb/sb db connections

2016-12-08 Thread Lance Richardson
> From: "Russell Bryant" > What would you think of changing the DEFAULT_REMOTE option to be > CREATE_REMOTE to more clearly indicate that the option is telling ovn-ctl > that we want it to go ahead and set up a remote for us. > Sounds good, I think CREATE_REMOTE is a better name. > When CREATE

Re: [ovs-dev] [PATCH 3/3] ovn-ctl: add support for SSL nb/sb db connections

2016-12-08 Thread Russell Bryant
On Thu, Dec 8, 2016 at 8:37 AM, Lance Richardson wrote: > > From: "Numan Siddique" > > To: "Lance Richardson" > > Cc: "ovs dev" > > Sent: Thursday, December 8, 2016 8:01:07 AM > > Subject: Re: [ovs-dev] [PATCH 3/3] ovn-ctl: add

Re: [ovs-dev] [PATCH 3/3] ovn-ctl: add support for SSL nb/sb db connections

2016-12-08 Thread Lance Richardson
> From: "Numan Siddique" > To: "Lance Richardson" > Cc: "ovs dev" > Sent: Thursday, December 8, 2016 8:01:07 AM > Subject: Re: [ovs-dev] [PATCH 3/3] ovn-ctl: add support for SSL nb/sb db > connections > > On Thu, Dec 1, 2016 at 9:07 PM,

Re: [ovs-dev] [PATCH 3/3] ovn-ctl: add support for SSL nb/sb db connections

2016-12-08 Thread Numan Siddique
On Thu, Dec 1, 2016 at 9:07 PM, Lance Richardson wrote: > Add support for SSL connections to OVN northbound and/or > southbound databases. > > To improve security, the NB and SB ovsdb daemons no longer > have open ptcp connections by default. This is a change in > behavior from previous versions

[ovs-dev] [PATCH 3/3] ovn-ctl: add support for SSL nb/sb db connections

2016-12-01 Thread Lance Richardson
Add support for SSL connections to OVN northbound and/or southbound databases. To improve security, the NB and SB ovsdb daemons no longer have open ptcp connections by default. This is a change in behavior from previous versions, users wishing to use TCP connections to the NB/SB daemons can eithe