Filters

Filters are used to manipulate data if needed.

is_subnet

This filter checks whether a given subnet belongs to the second one. It returns true if first subnet belongs to the second and false if not, or if both subnets are the same.

since version: 1.2.0

192.0.2.0/25 | codeaffen.phpipam.is_subnet(192.0.2.0/24)