summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorGuoshuai Li <ligs@dtdream.com>2016-12-09 12:39:41 +0800
committerBen Pfaff <blp@ovn.org>2016-12-12 14:47:55 -0800
commite7c640c3528bd38fbe9c77db0cd9e11473aac084 (patch)
tree1ac74d82f681856f080bf11af93a692a43cd6209 /python
parent2dc7e5ec51e4cdb13e3ce2e190993559b134962e (diff)
downloadopenvswitch-e7c640c3528bd38fbe9c77db0cd9e11473aac084.tar.gz
python: Update comment to mention SSL support.
Signed-off-by: Guoshuai Li <ligs@dtdream.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'python')
-rw-r--r--python/ovs/stream.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/ovs/stream.py b/python/ovs/stream.py
index a012e56a1..cd57eb308 100644
--- a/python/ovs/stream.py
+++ b/python/ovs/stream.py
@@ -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'