Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkg/asset/installconfig/aws/validation.go
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ func validateSubnetCIDRs(fldPath *field.Path, subnetDataGroup map[string]subnetD
}

// If dualstack is enabled, the subnet must also have an IPv6 CIDR
// no-op: trigger CI for dualstack
if ic.AWS.IPFamily.DualStackEnabled() {
if len(subnetData.IPv6CIDR) == 0 {
allErrs = append(allErrs, field.Required(fp, "subnet does not have an associated IPv6 CIDR block"))
Expand Down