[Bug 235716] lang/mono IPv6 support

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


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: mono at FreeBSD.org
          Reporter: ps at mu.org
          Assignee: mono at FreeBSD.org
             Flags: maintainer-feedback?(mono at 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.


More information about the freebsd-mono mailing list