noticed a minor bug

This commit is contained in:
Joey Hess 2015-01-01 13:03:30 -04:00
parent ac39839bbb
commit db88241502
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Currently, --spin uses Network.BSD to look up IPv4 addresses of hostnames.
Not Ipv6.
This doesn't prevent using propellor with IPv6 only hosts. But it prevents
using short names for such hosts with --spin. And, propellor only looks at
configured ipv4 properties of a host when deciding if the DNS hostname is
out of date, and falling back to contacting the host by IPv6 address.