Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2019 16:59:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        mono@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 235716] lang/mono IPv6 support
Message-ID:  <bug-235716-23699-NmRB65xSVR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235716-23699@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235716-23699@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-mono mailing l=
ist
<mono@FreeBSD.org> for maintainer-feedback:
Bug 235716: lang/mono IPv6 support
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235716



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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235716-23699-NmRB65xSVR>