neutron-lib/releasenotes/notes/bgp_associations_api_extension-32dba9a59b4aa076.yaml
Manu B 6df74e063d Introduce new bgp_associations API definition
Related-Bug: #1921461
Related-Change: https://review.opendev.org/783791 (spec)

Signed-off-by: Manu B <manubk2020@gmail.com>
Change-Id: If80cf13417dca40de127fbac52ebaa8169be9422
2021-08-18 07:54:26 +00:00

13 lines
677 B
YAML

---
features:
- New extension ``bgp_associations`` is included to allow addition of
router, peer association resources as sub-resources to the existing
``bgp-speakers`` resource.
- Added action ``get_routes`` to the existing bgp extension to list both
learnt as well as advertised routes by the bgp speaker.
(``Note`` that this API extension was merged as experimental to enable
parallel development of multiple backends. At the moment this API does
not have a reference implementation and should not be considered final.
A later release note will mark when the reference implementation gets
merged and the feauture is ready to be consumed.