mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 09:58:01 +00:00
When inserting a Row with persist_uuid=True, the Row will have a 'uuid' element and not a 'named-uuid' element, so ensure that other operations in the transaction refer to the row by 'uuid'. Fixes: 55b9507e6824 ("ovsdb-idl: Add the support to specify the uuid for row insert.") Signed-off-by: Terry Wilson <twilson@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Python library for working with Open vSwitch