Date: Wed, 05 Nov 2014 23:01:34 +0000 From: bugzilla-noreply@freebsd.org To: mono@FreeBSD.org Subject: maintainer-feedback requested: [Bug 194845] lang/mono Use mono Mac NetworkInterface code instead of Linux NetworkInterface code Message-ID: <bug-194845-23699-QOKshnOdNq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194845-23699@https.bugs.freebsd.org/bugzilla/> References: <bug-194845-23699@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Ben Woods <woodsb02@gmail.com> has asked mono@FreeBSD.org for maintainer-feedback: Bug 194845: lang/mono Use mono Mac NetworkInterface code instead of Linux NetworkInterface code https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194845 --- Description --- The FreeBSD mono port is currently configured to use the mono Linux NetworkInterface code, which contains some Linuxisms (such as parsing files in /sys/class/net/). Refer to the code here: https://github.com/mono/mono/blob/master/mcs/class/System/System.Net.NetworkInf ormation/NetworkInterface.cs The FreeBSD mono port should be changed to use the Mac NetworkInterface code which works fine. Refer to the above link which shows class MacOsNetworkInterface : UnixNetworkInterface. --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Auto-assigned to maintainer mono@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194845-23699-QOKshnOdNq>