neutron-dynamic-routing/releasenotes/notes/dvr-aware-announcements-24bfcb8fee87161d.yaml
Ryan Tidwell 69e9888b01
Implement DVR-aware fixed IP lookups
This change adds DVR-aware announcements for routable fixed IP's
to be sent, thereby routing traffic directly to the appropriate
compute node instead of the centralized router on the network node.

Change-Id: I3aecdd7979dba97dab12a6550655c90a57f56cb3
Partial-Bug: #1775250
2019-03-03 10:00:06 -06:00

9 lines
362 B
YAML

---
features:
- |
DVR-aware BGP announcements are now supported for IPv4. Host routes
for instances are announced as /32 host routes, using the appropriate
floating IP gateway port on the host as the next-hop. This allows
network traffic to bypass the centralized router on the network
node and ingress/egress directly on the compute node.