neutron/releasenotes/notes/l3-ext-gw-multihoming-99be481ddeaa3a6d.yaml
Dmitrii Shcherbakov a221764751 Allow Multiple External Gateways
* Add a new API for adding/updating/removing multiple gateway ports
  on routers;

* Implement the necessary backend changes.

Partial-Bug: #2002687
Depends-On: I2618475636b2bb9bfd743a62f5d4859d4f68a547
Change-Id: Id885565e88f6f1898ca5cfac709a24dd62605d1a
2023-05-24 20:40:59 +03:00

7 lines
250 B
YAML

---
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.