Is it possible to add stricter validation for CIDR checking?
For example:
155.155.155.194/26 is not a valid network CIDR, because the network address for a /26 block must be aligned to multiples of 64.
- valid: 155.155.155.192/26
- invalid: 155.155.155.194/26
Is it possible to add stricter validation for CIDR checking?
For example:
155.155.155.194/26is not a valid network CIDR, because the network address for a /26 block must be aligned to multiples of 64.