On 02/09/2016 04:25 AM, Ofer Ben-Yacov wrote: > From: Ofer Ben-Yacov <ofer.benya...@gmail.com> > > Currently the IDL does not support passive TCP connection, > i.e. when the OVSDB connects to its manager. > > This patch enables IDL to use an already-open session > (the one which was previously used for retrieving the db schema). > In addition, it enables IDL to go back to "listen mode" in case the connection > is lost.
I applied this patch and then ran "make check". The new test case is failing for me. 1531: simple passive idl, initially empty, select empty - Python ptcp FAILED (ovsdb-idl.at:137) The log shows: Traceback (most recent call last): File "../.././test-ovsdb.py", line 636, in <module> main(sys.argv) File "../.././test-ovsdb.py", line 631, in main func(*args) File "../.././test-ovsdb.py", line 444, in do_idl rpc.run() AttributeError: 'NoneType' object has no attribute 'run' Does it work for you, or did a problem get introduced? -- Russell Bryant _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev