On Fri, Dec 18, 2015 at 08:20:57AM +0000, meishengxin wrote:
> When remote client connect ovsdb-server using pssl
> method,ovsdb-server log print tcp info for this client connecting.This
> printed info does not suit for pssl method .
> So I propose the following changes in pssl_accept function.
>
> Before change:
> snprintf(name, sizeof name, "tcp:%s:%"PRIu16,
> ss_format_address(&ss, addrbuf, sizeof addrbuf),
> ss_get_port(&ss));
> after change:
> snprintf(name, sizeof name, "ssl:%s:%"PRIu16,
> ss_format_address(&ss, addrbuf, sizeof addrbuf),
> ss_get_port(&ss));
Oops. Thanks for pointing out the bug. I sent out a patch:
http://openvswitch.org/pipermail/dev/2015-December/063578.html
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss