Re: [ovs-dev] [PATCH] Reset the backoff timer for bootstrapped SSL connections

2014-06-11 Thread Ben Pfaff
On Mon, May 26, 2014 at 02:57:40AM -0700, Arun Sharma wrote: > If ovs-vswitchd or ovsdb-server is trying to connect to a controller > over SSL that isn't up yet, and the connection is set to bootstrap > the CA cert, the following annoying thing happens: - The connection > will go into backoff mode,

[ovs-dev] [PATCH] Reset the backoff timer for bootstrapped SSL connections

2014-05-26 Thread Arun Sharma
If ovs-vswitchd or ovsdb-server is trying to connect to a controller over SSL that isn't up yet, and the connection is set to bootstrap the CA cert, the following annoying thing happens: - The connection will go into backoff mode, where it is only trying to connect once every 8 seconds. - Once it c