]> git.proxmox.com Git - ovs.git/commitdiff
python: Update comment to mention SSL support.
authorGuoshuai Li <ligs@dtdream.com>
Fri, 9 Dec 2016 04:39:41 +0000 (12:39 +0800)
committerBen Pfaff <blp@ovn.org>
Mon, 12 Dec 2016 22:47:55 +0000 (14:47 -0800)
Signed-off-by: Guoshuai Li <ligs@dtdream.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
python/ovs/stream.py

index a012e56a1b55d12569588bb3549dbc2d62c23020..cd57eb30864248d58b834e50fb1db505c06242c1 100644 (file)
@@ -103,8 +103,8 @@ class Stream(object):
     def open(name, dscp=DSCP_DEFAULT):
         """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".
+        class's name and ARGS are stream class-specific.  The supported TYPEs
+        include "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'