Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Nov 2014 17:37:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        mono@FreeBSD.org
Subject:   [Bug 194660] lang/mono Add mono/metadata/mono-route.c for non-Linux ParseRouteInfo_local
Message-ID:  <bug-194660-23699-vvcRaITCpV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194660-23699@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194660-23699@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194660

Ben Woods <woodsb02@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #149451|0                           |1
        is obsolete|                            |

--- Comment #11 from Ben Woods <woodsb02@gmail.com> ---
Created attachment 149452
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149452&action=edit
PR194660: Add mono/metadata/mono-route.c for non-Linux ParseRouteInfo_local

This new patch adopts a different approach which does not fork a new netstat
process.
This new patch still exists to provide the ability to read the gateway
addresses on Unix systems which don't have the Linux /proc/net/route file.
This is now achieved using sysctl(3) calls in the new file
mono/metadata/mono-route.c.
This code has been tested to work on both FreeBSD and Mac OS X.
This has been submitted upstream for consideration here:
https://github.com/mono/mono/pull/1404

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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-23699-vvcRaITCpV>