[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
Sat, 21 Aug 2004 12:54:20 -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 dick@ximian.com.

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

--- shadow/63265	2004-08-21 11:48:33.000000000 -0400
+++ shadow/63265.tmp.21405	2004-08-21 12:54:20.000000000 -0400
@@ -124,6 +124,11 @@
 And what happens if you try and ping NOVELL-FVUVPGKV with the cable
 plugged in and unplugged? (ie do a dns lookup from the command line.)
 
 ------- Additional Comments From gonzalo@ximian.com  2004-08-21 11:48 -------
 In both cases it works. With the cable connected, it says 'Reply from
 164.99.120.79'. Without it, it's 127.0.0.1 the address that replies.
+
+------- Additional Comments From dick@ximian.com  2004-08-21 12:54 -------
+Then in that case it looks like the test code here is just doing a
+straight DNS lookup irrespective of what the interface is set to, and
+windows is setting the DNS info when the interface state changes.