Relative Content

Tag Archive for ipv6

How to identiy IPv6 address type, as Prefered or Temporary

Doing address discovery using NetworkInterface.getNetworkInterfaces() and iterating through the list to get the addresses (InetAddress) in each interface, how can I determine if an IPv6 address is the Preferred address or a Temporary address?
Thank you for any thoughts.