maintainer-feedback requested: [Bug 235716] lang/mono IPv6 support

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 13 17:00:01 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-mono mailing list
<mono at FreeBSD.org> for maintainer-feedback:
Bug 235716: lang/mono IPv6 support
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235716



--- Description ---
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")'


More information about the freebsd-mono mailing list