https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235716
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: m...@freebsd.org Reporter: p...@mu.org Assignee: m...@freebsd.org Flags: maintainer-feedback?(m...@freebsd.org) Created attachment 201988 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=201988&action=edit 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")' -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-mono@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-mono To unsubscribe, send any mail to "freebsd-mono-unsubscr...@freebsd.org"