ip_ipv4#
Builtin function
is_ipv4(prefix)
Description
Checks if the given prefix
is an IPv4 prefix.
Parameters
prefix
(string): The IP prefix to check.
Returns
bool
: Returns true
if the provided prefix
is an IPv4 prefix; otherwise, it returns false
.
Example