robertlazarski commented on PR #842: URL: https://github.com/apache/axis-axis2-java-core/pull/842#issuecomment-2658118230
@cortlepp upon further review this code finds my default ipv6 address on my local Ubuntu machine but doesn't return it - only ipv4. See this print statement that you can see in the unit test logs at modules/transport/tcp/target/surefire-reports/org.apache.axis2.transport.tcp.TCPEchoRawXMLTest-output.txt import java.net.Inet6Address; if ( !inetAddr.isLoopbackAddress() ) { if (inetAddr instanceof Inet6Address) { System.out.println("found ipv6: " + inetAddr); } ... System.out.println("found addresses: " + addresses); return addresses; } -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org