mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
Previously the complete table.rows object was recreated, which caused the loss of custom indexes. This behavior is now consistent with the C implementation. See discussion [0] for more details. [0] https://patchwork.ozlabs.org/project/openvswitch/patch/Z64R_bZhCDcYsHom@SIT-SDELAP1634.int.lidl.net/ Fixes: 13973bc41524 ("Add multi-column index support for the Python IDL") Signed-off-by: Max Lamprecht <max.lamprecht@stackit.cloud> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Python library for working with Open vSwitch