From owner-freebsd-mono@FreeBSD.ORG Wed Nov 5 23:01:34 2014 Return-Path: Delivered-To: mono@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D975617D for ; Wed, 5 Nov 2014 23:01:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C596F6EB for ; Wed, 5 Nov 2014 23:01:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sA5N1Yc9058203 for ; Wed, 5 Nov 2014 23:01:34 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Wed, 05 Nov 2014 23:01:34 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2014 23:01:34 -0000 Ben Woods 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 --- Auto-assigned to maintainer mono@FreeBSD.org