ovn-bgp-agent/ovn_bgp_agent
Luis Tomas Bolivar 00749e404d Ensure proper order during expose/withdraw
When exposing IPs, there is a need to first wire it, i.e., ensure
connectivity to/from OVN overlay, and then expose the IP through
BGP. For withdrawn the process is the opposite, first withdraw the
IP through BGP, and then remove the wiring

Change-Id: I3d41380829e2aa5dc3109a37f8879246a718c8d7
2023-03-14 12:11:08 +01:00
..
cmd Initial support for BGP 2021-09-01 11:29:04 +02:00
drivers Ensure proper order during expose/withdraw 2023-03-14 12:11:08 +01:00
privileged Add retry mechanism for some pyroute actions 2023-02-09 14:27:30 +01:00
tests Ensure proper order during expose/withdraw 2023-03-14 12:11:08 +01:00
utils Ensure proper order during expose/withdraw 2023-03-14 12:11:08 +01:00
__init__.py Initial commit 2021-08-27 16:56:11 +01:00
agent.py Ensure exceptions on the sync function don't kill the agent 2023-02-22 15:48:25 +01:00
config.py Add new driver ovn_stretched_l2_bgp_driver 2023-01-10 11:19:41 +00:00
constants.py Ensure OVN LB on provider are only exposed in the right node 2023-02-20 15:28:16 +01:00
exceptions.py Avoid race condition on is_provider_network checkings 2023-02-14 11:36:07 +01:00