deb-ryu/ryu/contrib/ovs
Isaku Yamahata 1150dc49c4 python/ovs/stream: Fix Stream.connect() retval for incomplete connection.
This code is a backport from the upstream OVS (commit dcb66da):

If the loop condition in Stream.connect() was false, which is especially
likely for TCP connections, then Stream.connect() would return None,
which violates its documented behavior.  This commit fixes the problem.

Reported-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2012-11-30 14:51:10 +09:00
..
db import ovs python binding library 2012-11-03 15:02:57 +09:00
unixctl import ovs python binding library 2012-11-03 15:02:57 +09:00
__init__.py import ovs python binding library 2012-11-03 15:02:57 +09:00
daemon.py import ovs python binding library 2012-11-03 15:02:57 +09:00
dirs.py contrib/ovs/dirs: replace @variables@ which is replaced by configure 2012-11-03 15:02:57 +09:00
fatal_signal.py import ovs python binding library 2012-11-03 15:02:57 +09:00
json.py import ovs python binding library 2012-11-03 15:02:57 +09:00
jsonrpc.py import ovs python binding library 2012-11-03 15:02:57 +09:00
ovsuuid.py import ovs python binding library 2012-11-03 15:02:57 +09:00
poller.py don't use select.POLL* constants 2012-11-05 21:10:06 +09:00
process.py import ovs python binding library 2012-11-03 15:02:57 +09:00
reconnect.py import ovs python binding library 2012-11-03 15:02:57 +09:00
socket_util.py don't use select.POLL* constants 2012-11-05 21:10:06 +09:00
stream.py python/ovs/stream: Fix Stream.connect() retval for incomplete connection. 2012-11-30 14:51:10 +09:00
timeval.py import ovs python binding library 2012-11-03 15:02:57 +09:00
util.py import ovs python binding library 2012-11-03 15:02:57 +09:00
version.py import ovs python binding library 2012-11-03 15:02:57 +09:00
vlog.py import ovs python binding library 2012-11-03 15:02:57 +09:00