Skip to content

Add stricter validation for CIDR checking #51

@fsy2020

Description

@fsy2020

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions