60f579b64a
The validation for the allowed_cidr parameter did not take into account the IP version of additional vIPs. The parameter was rejected if the IP version did not match the IP version of the primary vIP. As additional vIPs can have a different IP version from the primary vIP all vIPs must be checked during validation. Change-Id: I3706fd5e12e17be37edce974563c6806d4f09709
8 lines
285 B
YAML
8 lines
285 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The validation for the allowed_cidr parameter only took into account the
|
|
IP version of the primary VIP. CIDRs which only matched the version of an
|
|
additonal VIP were rejected. This if fixed and CIDRs are now matched
|
|
against the IP version of all VIPs.
|