[Mono-bugs] [Bug 77595][Nor] New - IPv6 not supported in 1.1.13.2
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Feb 18 19:04:17 EST 2006
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 marcus at griep.us.
http://bugzilla.ximian.com/show_bug.cgi?id=77595
--- shadow/77595 2006-02-18 19:04:17.000000000 -0500
+++ shadow/77595.tmp.22204 2006-02-18 19:04:17.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 77595
+Product: Mono: Class Libraries
+Version: 1.0
+OS: Windows XP
+OS Details: 64-bit edition
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: marcus at griep.us
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: IPv6 not supported in 1.1.13.2
+
+Description of Problem:
+In the Windows install of Mono 1.1.13.2, editing the machine.config file to
+enable ipv6 does not enable ipv6 socket support.
+
+Steps to reproduce the problem:
+1. Install Mono 1.1.13.2 on Windows XP 64-bit edition
+2. Set <ipv6 enabled="true"/> in Mono's machine.config
+3. Test System.Net.Sockets.Socket.SupportsIPv6
+
+Actual Results:
+System.Net.Sockets.Socket.SupportsIPv6 = false
+
+Expected Results:
+System.Net.Sockets.Socket.SupportsIPv6 = true
+
+How often does this happen?
+This error happens on every run, regardless of whether there are IPv6
+interfaces on the computer or not.
+
+Additional Information:
+Running in .NET 1.1 or 2.0 returns System.Net.Sockets.Socket.SupportsIPv6 =
+true when the same value is enabled in the .NET machine.config.
More information about the mono-bugs
mailing list