[PATCH] fix Inet4AddressImpl.lookupAllHostAddr returning unroutable addresses

2015-05-21 Thread Brian Toal
The fix for https://bugs.openjdk.java.net/browse/JDK-7180557 causes a regression for Mac OSX hosts connected to a VPN (or otherwise with more than network interface associated with the hostname). For example, when on Cisco VPN, the ifconfig is as follows: lo0: flags=8049 mtu 16384 options=3

Re: [PATCH] fix Inet4AddressImpl.lookupAllHostAddr returning unroutable addresses

2015-05-22 Thread Brian Toal
:05 AM, Rob McKenna wrote: > Hi Brian, > > By coincidence I just started looking at this today myself. > > We have an existing bug filed for this issue: > https://bugs.openjdk.java.net/browse/JDK-8080819 > > The diagnosis looks good. > > -Rob > > &