m-lab / mlab-ns

M-Lab name server (load balancer for M-Lab servers)
Apache License 2.0
12 stars 10 forks source link

parse_fqdn.py does not properly parse node names #230

Closed nkinkade closed 4 years ago

nkinkade commented 4 years ago

When writing parse_fqdn.py I had in mind that only FQDN experiment names would be passed to the module. As it turns out, node names (e.g., mlab1-lga06.mlab-oti.measurement-lab.org) are passed too, and it does not properly handle them.

The module needs to be updated to parse any possible name that is passed.

nkinkade commented 4 years ago

This is resolved by PR #231.