Date: Wed, 13 Feb 2019 16:59:56 +0000 From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: [Bug 235716] lang/mono IPv6 support Message-ID: <bug-235716-23699@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235716 Bug ID: 235716 Summary: lang/mono IPv6 support Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: mono@FreeBSD.org Reporter: ps@mu.org Assignee: mono@FreeBSD.org Flags: maintainer-feedback?(mono@FreeBSD.org) Created attachment 201988 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D201988&action= =3Dedit 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")' --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235716-23699>