>
>
>
> stderr:
> Traceback (most recent call last):
> File "../../../../tests/test-ovsdb.py", line 835, in
> main(sys.argv)
> File "../../../../tests/test-ovsdb.py", line 830, in main
> func(*args)
> File "../../../../tests/test-ovsdb.py", line 592, in do_idl
> while idl.change_
From: Numan Siddique
SSL support is added to the ovs/stream.py. pyOpenSSL library is used
to support SSL. If this library is not present, then the SSL stream
is not registered with the Stream class.
Signed-off-by: Numan Siddique
---
python/ovs/poller.py | 8 +
python/ovs/stream.py | 87 ++