stream-ssl: Fix misleading bound address format.
authorBen Pfaff <blp@ovn.org>
Sat, 19 Dec 2015 06:09:57 +0000 (22:09 -0800)
committerBen Pfaff <blp@ovn.org>
Mon, 21 Dec 2015 22:11:10 +0000 (14:11 -0800)
commite7e5001301e75d15391a652417ad1900de7f69ab
treecc10ca4ac59b86c99a30ca6fbc6eb28eeb8b2d5d
parent978534e133ed4ea7925b1ed508c655b9119f8b58
stream-ssl: Fix misleading bound address format.

When the SSL code presents the name of the address to which it is bound,
it should include an "ssl:" or "pssl:" prefix instead of "tcp:" or "ptcp:".

Reported-by: meishengxin <meishengxin@huawei.com>
Reported-at: http://openvswitch.org/pipermail/discuss/2015-December/019694.html
Fixes: e731d71bf47b ("Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.")
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Russell Bryant <russell@ovn.org>
AUTHORS
lib/stream-ssl.c