Musings of a network engineer
cidr6 is a tool I wrote for IPv6 subnet calculations. For many years I (along with countless others probably) have used CIDR by Robert L. Lineberger as a tool for IPv4 subnet calculation. As the years have passed I've mostly memorized every conceivable combination but when shifting to IPv6 calculations I find that my binary math is sometimes lacking. I wrote a simple tool called cidr6 which aims to do the same thing that cidr does so well for IPv6 prefixes. It has some limitations, including:
gcc -o cidr6 cidr6.c