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

These features was added to Caracal.

Partial-Bug: #2002687
Change-Id: Id5b0b230e342074d8ca27e4fc4ce1c1f0c1b0d34
This commit is contained in:
Frode Nordahl 2023-08-30 15:29:46 +02:00
parent c6b6ecc751
commit f163105158
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.