ovn-bgp-agent/ovn_bgp_agent/utils
Lucas Alvares Gomes a1f8a6c711 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>
(cherry picked from commit 5ffe0ce083)
2024-02-02 12:28:58 +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-15 10:24:37 +00:00
helpers.py Address the Load_Balancer's datapath_group column deprecation 2024-02-02 12:28:58 +00:00
linux_net.py Merge "Remove copy&paste code from ensure_arp_ndp_enabled_for_bridge" into stable/2023.2 2024-01-19 09:57:44 +00:00