neutron/releasenotes/notes/routed-networks-hostroutes-a13a9885f0db4f69.yaml
Harald Jensås 8361b8b5ae Routed Networks - peer-subnet/segment host-routes (2/2)
Ensure that host routes are maintained for each subnet within
a network. Subnets associated with different segments on the
same network get host_routes entries added/removed as subnets
are created, deleted or updated.

This change handle the host_routes for the peer subnets on the
same network when a subnet is created or deleted.

Also adds a shim api extension.

APIImpact: Host routes are now calculated for routed networks.
Closes-Bug: #1766380
Change-Id: Iafbabe6352283e7f1a535a7b147bd81fb32f0ed1
2018-06-28 10:48:06 +02:00

9 lines
350 B
YAML

---
features:
- |
Adds host routes for subnets on the same network when using routed
networks. Static routes will be configured for subnets associated with
other segments on the same network. This ensures that traffic within an L3
routed network stays within the network even when the default route is on
a different interface.