On 12/20/2015 08:12 AM, Ofer Ben-Yacov wrote:
> Hi Russel,
>
> to answer your questions:
> 1. limitation: the use case for passive mode is that I'm integrating IDL
> to L2GW project and passive mode is prerequisite. The change that will
> enable usage of the same IP and PORT (full blown server) wi
Hi Russel,
to answer your questions:
1. limitation: the use case for passive mode is that I'm integrating IDL to
L2GW project and passive mode is prerequisite. The change that will enable
usage of the same IP and PORT (full blown server) will require much more
code changes, probably to Neutron als
On 12/17/2015 04:37 AM, 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 retrieving the db
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
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 conne
From: Ofer Ben Yacov
---
python/ovs/db/idl.py | 18 +++---
python/ovs/jsonrpc.py | 19 +++
python/ovs/stream.py | 13 ++---
3 files changed, 32 insertions(+), 18 deletions(-)
diff --git a/python/ovs/db/idl.py b/python/ovs/db/idl.py
index c8990c7..4b492fe 10