ovn-bgp-agent/ovn_bgp_agent/utils
Lucas Alvares Gomes 5ffe0ce083 Address the Load_Balancer's datapath_group column deprecation
OVN deprecated the datapath_group column from Load_Balancer table. Now
this column was split in two: ls_datapath_group and lr_datapath_group.
This patch changes the code to also look for the datapath group in these
new columns.

This change is backward compatible and will work with a newer or older
version of OVN.

Change-Id: Ia3a95b77fccaa056aa9169114d102258f015002f
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
2024-02-02 11:40:01 +00:00
..
__init__.py Initial support for BGP 2021-09-01 11:29:04 +02:00
common.py Consolidate use of IP_VERSION_TO_FAMILY conversion 2024-01-12 16:33:39 +00:00
helpers.py Address the Load_Balancer's datapath_group column deprecation 2024-02-02 11:40:01 +00:00
linux_net.py Merge "Refactor ensure_routing_table_for_bridge" 2024-01-18 09:37:19 +00:00