mirror of
https://github.com/openvswitch/ovs
synced 2025-10-21 14:49:41 +00:00
This patch fixes a couple of bugs in commita59912a0
(python: add support for partial map and partial set updates) and reverses a simplication added in commit884d9bad
(Simplify partial map Py3 IDL test) to make the Python3 test cases passes. The following changes have been made: 1. Allow multiple map updates on the same column in a transaction. 2. Partial map Py3 IDL test can now support multiple elements. 3. SetAttr overrides pre-existing insert and remove updates. 4. addvalue/delvalue contains unique elements Signed-off-by: Amitabha Biswas <abiswas@us.ibm.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Python library for working with Open vSwitch