Does anyone know of a tool or utility that can be used to quickly find out if an IPv6 prefix falls within a certain range?
For instance given the input prefix range of fe80-febf
and the input prefix of fe79
it would return true to indicate that the latter argument is within the former.
Or another example might be given the input prefix range of fe80-febf
and the input prefix of fe81
it would return false to indicate that the latter argument would be outside the range specified in the former.