RE: JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address

2018-04-16 Thread Langer, Christoph
m>; Joel Peláez Jorge > <joelpel...@gmail.com>; net-dev@openjdk.java.net > Subject: Re: JDK-8200719: Cannot connect to IPv6 host when exists any active > network interface without IPv6 address > > On 13/04/18 14:57, Langer, Christoph wrote: > > Hi Chris, Joel, > >

Re: JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address

2018-04-13 Thread Chris Hegarty
: Mittwoch, 11. April 2018 18:11 To: Langer, Christoph <christoph.lan...@sap.com>; Joel Peláez Jorge <joelpel...@gmail.com>; net-dev@openjdk.java.net Subject: Re: JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address On 11/04/18 15:44, Lange

RE: JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address

2018-04-13 Thread Langer, Christoph
@sap.com>; Joel Peláez Jorge > <joelpel...@gmail.com>; net-dev@openjdk.java.net > Subject: Re: JDK-8200719: Cannot connect to IPv6 host when exists any active > network interface without IPv6 address > > On 11/04/18 15:44, Langer, Christoph wrote: > > Hi Joel, >

Re: JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address

2018-04-11 Thread Joel Peláez Jorge
Hi Brend, I don't want remove all code related to scope_id assignation because it can break compatibility with old software, the new code only allows unicast packets be routed by the OS. I couldn't find the reason to exists of that (old) code. Linux has a filesystem than allow to applications

Re: JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address

2018-04-11 Thread Bernd Eckenfels
jdk.java.net Subject: Re: JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address On 11/04/18 15:44, Langer, Christoph wrote: > Hi Joel, > > Sounds good to me then. I created a webrev and uploaded it: > http://cr.openjdk.java.net/~clanger/

Re: JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address

2018-04-11 Thread Chris Hegarty
On 11/04/18 15:44, Langer, Christoph wrote: Hi Joel, Sounds good to me then. I created a webrev and uploaded it: http://cr.openjdk.java.net/~clanger/webrevs/8200719.0/ I will run it through the tests here at SAP and check the results. I will run it through the test system here in Oracle

RE: JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address

2018-04-11 Thread Langer, Christoph
: Joel Peláez Jorge [mailto:joelpel...@gmail.com] > Sent: Mittwoch, 11. April 2018 12:54 > To: Langer, Christoph <christoph.lan...@sap.com>; net- > d...@openjdk.java.net > Subject: Re: JDK-8200719: Cannot connect to IPv6 host when exists any active > network interface w

Re: JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address

2018-04-11 Thread Joel Peláez Jorge
ct to IPv6 host when exists any active network interface without IPv6 address Hi, I am new in the OpenJDK Community and I contribute with a fix for the bug 8200719 related to networking in macOS system. I wrote a minimal patch that only set the scope id when the address is link- local or multicast. Th

RE: JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address

2018-04-11 Thread Langer, Christoph
contribute/ > -Original Message- > From: net-dev [mailto:net-dev-boun...@openjdk.java.net] On Behalf Of > Joel Peláez Jorge > Sent: Dienstag, 10. April 2018 00:37 > To: net-dev@openjdk.java.net > Subject: JDK-8200719: Cannot connect to IPv6 host when exists any active >

JDK-8200719: Cannot connect to IPv6 host when exists any active network interface without IPv6 address

2018-04-10 Thread Joel Peláez Jorge
Hi, I am new in the OpenJDK Community and I contribute with a fix for the bug 8200719 related to networking in macOS system. I wrote a minimal patch that only set the scope id when the address is link-local or multicast. This change avoid send IPv6 packets on a wrong interface. Bug: