These patch adds the property to EventNewOVSDBConnection to get more informations through it. These also provide some improvements on OVSDB manager.
Satoshi Fujimoto (5): service/ovsdb: Add properties to EventNewOVSDBConnection service/ovsdb: Avoid to use dict as default argument doc/ovsdb_manager: Update Sample Code service/ovsdb: Use Python 2/3 compatible code service/ovsdb: Use dict.items() instead of six.iteritems() doc/source/library_ovsdb_manager.rst | 6 +++++- ryu/services/protocols/ovsdb/api.py | 13 ++++++------- ryu/services/protocols/ovsdb/client.py | 7 ++++--- ryu/services/protocols/ovsdb/event.py | 10 +++++++--- ryu/services/protocols/ovsdb/manager.py | 2 +- 5 files changed, 23 insertions(+), 15 deletions(-) -- 2.7.4 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel