-
Bug
-
Resolution: Won't Do
-
Minor
-
3.2.12, 3.5
-
None
Multicast discovery does not work on JDK8 when using different bind IP addresses. This blocks EAP certification on JDK8.
Steps to reproduce with draw, switch to JDK8:
export IP_ADDR=127.0.0.1 ./draw.sh export IP_ADDR=192.168.1.10 ./draw.sh
Everything works when binding to the same IP address or using JDK 6 or 7. Possibly a JDK8 bug..