Re: [ovs-dev] [PATCH v2] Add Passive TCP connection to IDL

2015-12-22 Thread Ben Pfaff
On Sun, Dec 20, 2015 at 05:04:07PM +0200, Ofer Ben Yacov wrote: > From: Ofer Ben-Yacov > > 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

[ovs-dev] [PATCH v2] Add Passive TCP connection to IDL

2015-12-20 Thread Ofer Ben Yacov
From: Ofer Ben-Yacov 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 m