[Mono-bugs] [Bug 544640] New: GetIProperties().GatewayAddresses not implemented for Linux

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 6 08:58:47 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=544640


           Summary: GetIProperties().GatewayAddresses not implemented for
                    Linux
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: Christoph at ApiViewer.de
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Description of Problem:
GetIProperties().GatewayAddresses not implemented for Linux (in
System.Net.NetworkInformation)

Steps to reproduce the problem:

   foreach (NetworkInterface nic in NetworkInterface.GetAllNetworkInterfaces())
                foreach (GatewayIPAddressInformation ip in
nic.GetIPProperties().GatewayAddresses)
                    Console.WriteLine(ip.Address.ToString());

Actual Results:
0 Addresses returned

Expected Results:
valid gateway addresses returned


How often does this happen? 
Always

Additional Information:

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list