8361b8b5ae
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
9 lines
350 B
YAML
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.
|