Merge "Add release notes for l3-ext-gw-multihoming and adjacent features"

This commit is contained in:
Zuul 2024-03-05 17:26:27 +00:00 committed by Gerrit Code Review
commit 5c187e8dab
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
features:
- |
Add ``enable_default_route_bfd`` and ``enable_default_route_ecmp``
configuration options which control default behavior for enabling BFD and
ECMP on default routes for newly created routers. Both configuration
options have a default value of 'False' and are only supported with the
OVN driver.

View File

@ -0,0 +1,6 @@
---
features:
- |
Added support for the ``external-gateway-multihoming`` API extension. The
L3 service plugins supporting it can now create multiple gateway ports per
router. At the time of writing this is limited to the OVN L3 plugin.