Looks reasonable.

--Justin


On Aug 13, 2012, at 10:54 AM, Ben Pfaff <b...@nicira.com> wrote:

> This situation can and will happen, and we handle it successfully, so it's
> not an error.
> 
> Bug #12922.
> Reported-by: Scott Hendricks <shendri...@nicira.com>
> Signed-off-by: Ben Pfaff <b...@nicira.com>
> ---
> AUTHORS          |    1 +
> lib/stream-ssl.c |    2 +-
> 2 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/AUTHORS b/AUTHORS
> index 6d7dc71..dee8931 100644
> --- a/AUTHORS
> +++ b/AUTHORS
> @@ -158,6 +158,7 @@ Ramana Reddy            gtvrre...@gmail.com
> Rob Sherwood            rob.sherw...@bigswitch.com
> Roger Leigh             rle...@codelibre.net
> Rogério Vinhal Nunes
> +Scott Hendricks         shendri...@nicira.com
> Sean Brady              sbr...@gtfservices.com
> Sebastian Andrzej Siewior  sebast...@breakpoint.cc
> Sébastien RICCIO        s...@swisscenter.com
> diff --git a/lib/stream-ssl.c b/lib/stream-ssl.c
> index db7b68e..4a9dd4f 100644
> --- a/lib/stream-ssl.c
> +++ b/lib/stream-ssl.c
> @@ -479,7 +479,7 @@ ssl_connect(struct stream *stream)
>              * certificate, but that's more trouble than it's worth.  These
>              * connections will succeed the next time they retry, assuming 
> that
>              * they have a certificate against the correct CA.) */
> -            VLOG_ERR("rejecting SSL connection during bootstrap race 
> window");
> +            VLOG_INFO("rejecting SSL connection during bootstrap race 
> window");
>             return EPROTO;
>         } else {
>             return 0;
> -- 
> 1.7.2.5
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to