Created attachment 201987 [details] Change AF_INET6 to 28 Mono incorrectly assigns AF_INET6 for FreeBSD since FreeBSD uses the MacOsNetworkInterfaceAPI. AF_INET6 is 30 on MacOS but 28 on FreeBSD. This allows mono to connect to IPv6 only hostnames: csharp -e 'new System.Net.WebClient ().DownloadString ("http://www.v6.facebook.com/status.php")'
*** This bug has been marked as a duplicate of bug 235716 ***