diff --git a/python/ovs/stream.py b/python/ovs/stream.py index a012e56a1b5..cd57eb30864 100644 --- a/python/ovs/stream.py +++ b/python/ovs/stream.py @@ -103,8 +103,8 @@ def __init__(self, socket, name, status): 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'