Built-in FunctionsIp
isUnspecified
isUnspecified
Return true if the IP is unspecified (0.0.0.0 for IPv4 or :: for IPv6).
Examples
Unspecified IPv4:
ip("0.0.0.0/0").isUnspecifiedUnspecified IPv6:
ip("::/0").isUnspecifiedisUnspecifiedReturn true if the IP is unspecified (0.0.0.0 for IPv4 or :: for IPv6).
Unspecified IPv4:
ip("0.0.0.0/0").isUnspecifiedUnspecified IPv6:
ip("::/0").isUnspecified