At the end of last month, OVS v2.6.0 has been leased. This patch updates the APIs of lib.ovs in order to follow that version.
Note: Some APIs corresponding to ovs-vsctl command is still missing but for some reason. For example, 'del-manager' causes the disconnection between this library and OVS. So there is not so good reason to support, I guess. IWASE Yusuke (19): ovs/vsctl: Change log level of redundant messages ovs/vswitch_idl: Update OVSDB schema with v7.14.0 ovs/vsctl: Fix VSCtlCommand to inherit StringifyMixin ovs: Revert ovs module path ovs: Reduce pylint warnings ovs/vsctl: Add missing required argument for find_vlan_bridge ovs/vsctl: Avoid applying next() to non-iterator object ovs/vsctl: Update command list with OVS v2.6.0 ovs: Add API corresponding to ovs-vsctl add-bond command ovs: Add API corresponding to ovs-vsctl list command ovs: Add API corresponding to ovs-vsctl add command ovs: Add API corresponding to ovs-vsctl remove command ovs/bridge: Add APIs for missing Database commands ovs/vsctl: Sort out commands order ovs/vsctl: Add missing Bridge commands in OVS v2.6.0 ovs/vsctl: Add missing Interface commands in OVS v2.6.0 ovs/vsctl: Add missing Port commands in OVS v2.6.0 ovs/vsctl: Add missing Controller commands in OVS v2.6.0 ovs/vsctl: Fix API for parsing column/key/value set ryu/lib/ovs/bridge.py | 141 ++++++++- ryu/lib/ovs/db_client.py | 14 +- ryu/lib/ovs/vsctl.py | 757 ++++++++++++++++++++++++++++++++++----------- ryu/lib/ovs/vswitch_idl.py | 52 +++- 4 files changed, 761 insertions(+), 203 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 [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
