[Bug 194660] lang/mono Add mono/metadata/mono-route.c for non-Linux ParseRouteInfo_local

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 15 17:37:36 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194660

Ben Woods <woodsb02 at gmail.com> changed:

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

--- Comment #11 from Ben Woods <woodsb02 at 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.


More information about the freebsd-mono mailing list