Details
-
Bug
-
Resolution: Fixed
-
P3
-
6, 7, 8
-
b108
-
generic, x86
-
windows_vista
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8072323 | 7u85 | Mark Sheppard | P3 | Resolved | Fixed | b01 |
JDK-2221189 | 7u80 | Sean Coffey | P3 | Resolved | Fixed | b03 |
JDK-8065283 | 7u79 | Mark Sheppard | P3 | Resolved | Fixed | b01 |
JDK-8064748 | 7u76 | Unassigned | P3 | Closed | Fixed | b09 |
Description
1) Incorrect NetworkInterface index.
Retrieve the NetworkInterface instance for the interface that has IPv6 disabled.
The index is not directly exposed by the API, but can be retrieved from
toString(). The index is however critical as it is used internally by
NetworkInterface to help identify the particular interface to perform an
action on, e.g. isLoopback, ipUp. These method may not work correctly in
this case.
2) MulticastSocket.get/setInterface & get/setNetworkInterface
These methods may throw a SocketException or return an empty InetAddress
(0.0.0.0) or a NetworkInterface instance with no name, no addrs, and an index
of -1.
Attachments
Issue Links
- backported by
-
JDK-2221189 Disabling IPv6 on a specific network interface causes problems
- Resolved
-
JDK-8065283 Disabling IPv6 on a specific network interface causes problems
- Resolved
-
JDK-8072323 Disabling IPv6 on a specific network interface causes problems
- Resolved
-
JDK-8064748 Disabling IPv6 on a specific network interface causes problems
- Closed
- duplicates
-
JDK-6658085 MulticastSocket.setNetworkInterface() doesn't work as expected on vista
- Closed
-
JDK-8062249 java.net.MulticastSocket.setInterface throws SocketException
- Closed
-
JDK-8065575 MulticastSocket Exception on non-default ethernet port/ new to 7.71
- Resolved
- relates to
-
JDK-8065575 MulticastSocket Exception on non-default ethernet port/ new to 7.71
- Resolved
-
JDK-6404473 VISTA: MulticastSocket.setInterface fails to set Interface (ipv4)
- Closed
-
JDK-8236441 Bound MulticastSocket fails when setting outbound interface on Windows
- Closed