Subject: | isNewIP4 not working for ::ffff: addreses |
This prints 0 even though it should print 1:
my $ip = inet_any2n('::ffff:192.0.2.128');
say isNewIPv4($ip);
isAnyIPv4 also fails for such addresses. Also the docs have an extra
colon before the IPv4 address (ie, '::ffff::d.d.d.d').