os-ken/ryu/lib/ovs
IWASE Yusuke df95d2c660 ovs/vsctl: Fix API for parsing column/key/value set
Currently, VSCtlContext.parse_column_key_value() method fails to
parse "<column>:<key>=<value>" formatted str, which indicates
a "map" type column.
So some implementation to set "map" type column have avoided this
bug with "<column>=<key>=<value>" formatted str (not ":").

This patch fixes this problem and enable to parse the correct format
value.

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2016-10-25 16:22:53 +09:00
..
__init__.py doc: add components page 2014-05-27 20:24:50 +09:00
bridge.py ovs/vsctl: Fix API for parsing column/key/value set 2016-10-25 16:22:53 +09:00
db_client.py ovs: Reduce pylint warnings 2016-10-25 16:21:46 +09:00
vsctl.py ovs/vsctl: Fix API for parsing column/key/value set 2016-10-25 16:22:53 +09:00
vswitch_idl.py ovs/vswitch_idl: Update OVSDB schema with v7.14.0 2016-10-25 16:21:09 +09:00