Use getifaddrs on *BSD.

This commit is contained in:
Simon Kelley
2012-03-07 20:28:20 +00:00
parent e28d2e2b77
commit eabc6dd76a

View File

@@ -1,3 +1,10 @@
version 2.61
Re-write interface discovery code on *BSD to use
getifaddrs. This is more portable, more straightforward,
and allows us to find the prefix length for IPv6
addresses.
version 2.60
Fix compilation problem in Mac OS X Lion. Thanks to Olaf
Flebbe for the patch.