neutron/releasenotes/notes/add-address-scope-to-the-OVN-LSP-port-registers-1f45e34815c3896d.yaml
Luca Czesla 2272b9be95 Add address scope to the OVN LSP port registers
To be able to filter on the address scope of the ports in the
ovn-bgp-agent we add the address scope of the subnet pool to
each LSP port in the northbound. Northd writes it to the
southbound so the ovn-bgp-agent has access to it. The
ovn-bgp-agent talks directly to the southbound to announce
the networks via BGP that match the configured address scope.

Change-Id: Ieb4cab11068747bd79868c6eb1778aab91447c30
Closes-Bug: #1996741
2022-11-25 07:46:34 +00:00

6 lines
228 B
YAML

---
features:
- |
Address scope is now added to all OVN LSP port registers in the
northbound. Northd then writes the address scope from the northbound to
the southbound so it can be used there by the ovn-bgp-agent.