Don't create static subnet routes for subnets with different IP protocol #231
Labels
bug
Something isn't working as expected
rescheduling
Relevant for rescheduling semantics in some way
In Neutron different subnets of the same network can have different IP versions (IPv4/IPv6).
If two subnets of the same network have different IP versions, no load balancers can be created or updated. Because as soon as the static subnet routes are created, VLAN creation fails because if there is a route into an IPv6 subnet, there must be an IPv6 SelfIP too.
Steps to reproduce
Expected behavior
Observed behavior
PENDING_CREATE
.Solution
There are two possible solutions:
Notes
The text was updated successfully, but these errors were encountered: