Re: [ovs-dev] [PATCH] stream-ssl: Fix misleading bound address format.

2015-12-21 Thread Ben Pfaff
On Sat, Dec 19, 2015 at 11:38:51AM -0500, Russell Bryant wrote: > On 12/19/2015 01:09 AM, Ben Pfaff wrote: > > 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:". > > This bug was introduced by comm

Re: [ovs-dev] [PATCH] stream-ssl: Fix misleading bound address format.

2015-12-19 Thread Russell Bryant
On 12/19/2015 01:09 AM, Ben Pfaff wrote: > 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:". > This bug was introduced by commit e731d71bf47 (Add IPv6 support for > OpenFlow, OVSDB, NetFlow, and sFl