octavia/releasenotes/notes/allowed_cidr-validation-for-additional_vips-175c32824cc7ee95.yaml
Gaudenz Steinlin 60f579b64a allowed_cidr validation for additional_vips
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
2023-03-02 10:09:32 +01:00

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.