ip_in_cidr
Verify if an IP address belongs to a specified CIDR network. Useful for subnet validation and access control checks.
Instructions
Check whether an IP address falls inside a given CIDR network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | ||
| cidr | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |