diff mbox

[ovs-dev] python: Currently stream supported SSL

Message ID 20161209043941.224-1-ligs@dtdream.com
State Accepted
Headers show

Commit Message

Guoshuai Li Dec. 9, 2016, 4:39 a.m. UTC
Signed-off-by: Guoshuai Li <ligs@dtdream.com>
---
 python/ovs/stream.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff Dec. 12, 2016, 10:48 p.m. UTC | #1
On Fri, Dec 09, 2016 at 12:39:41PM +0800, Guoshuai Li wrote:
> Signed-off-by: Guoshuai Li <ligs@dtdream.com>

Applied, thanks!
diff mbox

Patch

diff --git a/python/ovs/stream.py b/python/ovs/stream.py
index b43e105..d81bedb 100644
--- a/python/ovs/stream.py
+++ b/python/ovs/stream.py
@@ -104,7 +104,7 @@  class Stream(object):
         """Attempts to connect a stream to a remote peer.  'name' is a
         connection name in the form "TYPE:ARGS", where TYPE is an active stream
         class's name and ARGS are stream class-specific.  Currently the only
-        supported TYPEs are "unix" and "tcp".
+        supported TYPEs are "unix", "tcp" and "ssl".
 
         Returns (error, stream): on success 'error' is 0 and 'stream' is the
         new Stream, on failure 'error' is a positive errno value and 'stream'