nerves-networking/vintage_net

Normalize IP address formats

fhunleth opened this issue · 0 comments

Sometimes addresses are stored as tuples and sometimes strings.

Go through all code and convert everything to tuples. Then in the configuration normalization, convert string IP addresses to tuple form.