I have an application that allows administrators to specify valid IP addresses from which web service requests can be made. I simply take the configured IP addresses and co
IPv6 is just a 128-bit versus 32-bit in IPv4; you should just be able to do a byte by byte comparison.