[ovs-dev] [PATCH] python: Currently stream supported SSL

Guoshuai Li ligs at dtdream.com
Fri Dec 9 04:39:41 UTC 2016


Signed-off-by: Guoshuai Li <ligs at dtdream.com>
---
 python/ovs/stream.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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'
-- 
2.10.1.windows.1



More information about the dev mailing list