patch for IPv6 issue
Torsten Werner
mail.twerner at googlemail.com
Tue Apr 6 12:47:11 PDT 2010
Hi,
On Tue, Apr 6, 2010 at 8:51 PM, Dalibor Topic <Dalibor.Topic at sun.com> wrote:
> Torsten, please see section 0 of http://openjdk.java.net/contribute/
> on the SCA procedure.
I've sent the form now.
I am attaching a test case. The output on my system is:
$ sudo sysctl -w net.ipv6.bindv6only=0
net.ipv6.bindv6only = 0
$ /usr/lib/jvm/java-6-sun/bin/java FullTest 192.168.1.101
Test #1... passed.
Test #2... passed.
$ /usr/lib/jvm/java-6-openjdk/bin/java FullTest 192.168.1.101
Test #1... passed.
Test #2... passed.
$ sudo sysctl -w net.ipv6.bindv6only=1
net.ipv6.bindv6only = 1
$ /usr/lib/jvm/java-6-sun/bin/java FullTest 192.168.1.101
Test #1... failed.
Test #2... failed.
$ /usr/lib/jvm/java-6-openjdk/bin/java FullTest 192.168.1.101
Test #1... passed.
Test #2... passed.
Please replace 192.168.1.101 by a local IPv4 address of your system.
/usr/lib/jvm/java-6-openjdk/bin/java is the current version of OpenJDK
in Debian that got my patch applied.
Cheers,
Torsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FullTest.java
Type: text/x-java
Size: 1295 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20100406/c5548b6e/FullTest.java
More information about the distro-pkg-dev
mailing list