Open
Description
How to deal with IPs with multiple Network-mappings, like the one, we use in our tests:
dig +short 192.50.189.origin.asn.cymru.com TXT
"28333 | 189.50.192.0/20 | BR | lacnic | 2007-08-10"
"28333 | 189.50.192.0/22 | BR | lacnic | 2007-08-10"
This is the reason, why the tests fail in about 50% of runs*.
We could for example select the network which is bigger, or has a more recent date.
* additionally to another runtime-dependent bug which will be fixed by #542