Date: Tue, 28 Oct 2014 13:48:13 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194660] New: lang/mono Use netstat to get routes instead of /proc/net/route Message-ID: <bug-194660-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194660 Bug ID: 194660 Summary: lang/mono Use netstat to get routes instead of /proc/net/route Product: Ports Tree Version: Latest Hardware: Any URL: https://github.com/mono/mono/pull/1310 OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: woodsb02@gmail.com CC: mono@FreeBSD.org CC: mono@FreeBSD.org Created attachment 148734 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148734&action=edit Use netstat to get routes if no /proc/net/route Since FreeBSD does not have /proc/net/route (even within linprocfs), mono should instead use netstat to get routing information. Refer to the ParseRouteInfo function in mono source file mcs/class/System/System.Net.NetworkInformation/IPInterfaceProperties.cs I have submitted a pull request upstream for this, but it is yet to be accepted: https://github.com/mono/mono/pull/1310 --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Maintainers CC'd -- 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-194660-13>