neutron/releasenotes/notes/ecmp-routes-771ff34beafee370.yaml
XiaoYu Zhu 9b2983743b L3 router support ECMP
This patch changes the policy for updating routes to support ECMP,
and will now add ECMP routes to the Neutron router namespace when
there are multiple routes pointing to the same destination address.

Change-Id: I842c1408ee0235bc54441e9ed69c8b87ea30651b
Related-Bug: #1880532
2021-07-13 15:13:29 +08:00

8 lines
287 B
YAML

---
features:
- |
Neutron supports ECMP routes now, with this change, neutron will
consolidate multiple routes with the same destination address into
a single ECMP route. For more information see bug
`1880532 <https://bugs.launchpad.net/neutron/+bug/1880532>`_.