[ovs-discuss] maybe "tcp" in pssl_accept func should change to "ssl"

meishengxin meishengxin at huawei.com
Fri Dec 18 08:20:57 UTC 2015


Hi,
         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));

your soon reply will be welcomed.

Best Regards
Mei Shengxin



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20151218/ff41cdc1/attachment-0002.html>


More information about the discuss mailing list