Have two docs and need to match them via ipaddress. One file contains only ipv4 ipaddress and the other file contains a mixture of ipv4 and ipv6.Is there a way to convert ipv6 to ipv4?
Took a look of ipaddress module and it could detect if it is a valid ipv4 or ipv6 but not converting.Is there a way to convert ipv6 to ipv4?