OVN BGP Agent exposes VMs/containers through BGP on OVN environments.
Go to file
Luis Tomas Bolivar a4e307e6f5 Ensure cr-lrp permanent ip nei entry is added on NB DB driver
There wire provider port function had two definitions for the same
parameter (mac and lladdr). This patch is merging them and ensuring
it gets used on the NB DB Driver so that the PERMANENT ip nei entries
get added for the router gateway ports (cr-lrp)

Closes-Bug: #2068699
Change-Id: I9649cd185b100c9941887e3440bad8d39881f92c
2024-06-21 07:47:31 -05:00
devstack Change default to NB DB Driver 2024-03-08 10:01:13 +01:00
doc Merge "Add support for l3vpn with NB driver" 2024-05-22 06:43:09 +00:00
etc Generate config file using oslo-config-generator 2024-01-12 08:50:35 +00:00
ovn_bgp_agent Ensure cr-lrp permanent ip nei entry is added on NB DB driver 2024-06-21 07:47:31 -05:00
releasenotes Update master for stable/2024.1 2024-03-14 07:22:38 +00:00
zuul.d Add bgp tempest job 2024-02-09 13:42:16 +00:00
.coveragerc Use .coveragerc to omit directories 2024-01-26 16:01:31 +09:00
.gitignore Generate config file using oslo-config-generator 2024-01-12 08:50:35 +00:00
.gitreview Change x/ovn-bgp-agent references to openstack/ovn-bgp-agent 2023-04-11 08:59:08 +00:00
.mailmap Initial commit 2021-08-27 16:56:11 +01:00
.pre-commit-config.yaml Add pre-commit configuration 2024-05-06 16:28:07 +02:00
.stestr.conf Initial commit 2021-08-27 16:56:11 +01:00
CONTRIBUTING.rst Replace storyboard links with launchpad ones 2023-04-20 14:32:04 +01:00
HACKING.rst Initial commit 2021-08-27 16:56:11 +01:00
LICENSE Initial commit 2021-08-27 16:56:11 +01:00
README.rst Publish docs at docs.openstack.org 2023-05-10 15:58:40 +01:00
requirements.txt Add netaddr as a requirement 2024-01-12 14:58:37 +00:00
setup.cfg Add a new driver that uses NB DB instead of SB DB 2023-04-10 09:28:44 +02:00
setup.py Initial commit 2021-08-27 16:56:11 +01:00
test-requirements.txt Add new privileged method implementations 2023-06-15 12:12:08 +02:00
tox.ini tox: Drop envdir 2024-02-02 23:51:27 +09:00

OVN BGP Agent

The OVN BGP Agent allows to expose VMs/Containers through BGP on OVN

Features

  • Expose VMs with FIPs or on Provider Networks through BGP on OVN environments.
  • Expose VMs on Tenant Networks through EVPN on OVN environments.