You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Sprintf("IP range %s-%s must be a strict subset of the subnet", ipRange.Start, ipRange.End), false
covers the case of mismatched IP families.
Do you think we can skip this one or need an explicit IP family mismatch error?
The above check is only performed when subnetInfo is provided, which is an optional field, we still need to ensure the following input is denied (no subnetInfo is provided):
Describe the bug
The text was updated successfully, but these errors were encountered: