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
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss