perfsonar / perl-shared

Shared libraries used by perl packages and referenced as a submodule in many git repos
Apache License 2.0
7 stars 3 forks source link

Esmond client not properly resolving URLs with IPv6-only addresses #30

Closed arlake228 closed 7 years ago

arlake228 commented 7 years ago

Using an MA URL of something like http://lbl-pt1-v6.es.net:8085/esmond/perfsonar/archive will give a "Bad Hostname" error. We need to use Net::INET6Glue::INET_is_INET6 in lib/perfSONAR_PS/Client/Esmond/Utils.pm and add a dependency on perl-Net-INET6Glue.