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