[Mono-bugs] [Bug 63265][Nor] Changed - When the AddressList for a machine is requested only loopback address is returned

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 17 Aug 2004 20:14:00 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by martinf@mfconsulting.com.

http://bugzilla.ximian.com/show_bug.cgi?id=63265

--- shadow/63265	2004-08-17 20:11:34.000000000 -0400
+++ shadow/63265.tmp.12002	2004-08-17 20:14:00.000000000 -0400
@@ -2,21 +2,20 @@
 Product: Mono: Runtime
 Version: unspecified
 OS: All
 OS Details: tested on Windows XP, Linux SuSe 9.0
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: packaging
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: martinf@mfconsulting.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: When the AddressList for a machine is requested only loopback address is returned
 
 Description of Problem:
 When the AddressList for a machine is requested using Dns.GetHostByName
 only the loopback address is returned.
 
@@ -56,6 +55,9 @@
 Every time this code is executed in Linux
 
 Additional Information:
 The expected results are achieved when the code is compiled and run using
 the MS .NET Framework 1.1 SDK and with Mono 1.0.1 for Win32.  However, the
 actual result is what is obtained when ran in Linux using Mono 1.0
+
+------- Additional Comments From martinf@mfconsulting.com  2004-08-17 20:14 -------
+Forgot to include Calvin