New issue 52 by nick.pappas: ipv6 cidr matches incorrectly match ipv4
http://code.google.com/p/netaddr/issues/detail?id=52
>>> import netaddr
>>> netaddr.all_matching_cidrs('24.22.23.123', ['::1/96'])
[IPNetwork('::1/96')]
I'm pretty sure that shouldn't match... is there any reason why a ipv4
address should be tried against an ipv6 cidr in the list?
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
pardon the typo in the title.
Comment #2 on issue 52 by drkjam: ipv6 cidr matches incorrectly match ipv4
http://code.google.com/p/netaddr/issues/detail?id=52
No, it's a bug. I'll take a look.