Open fdangtran opened 10 years ago
Address.version is an integer (4 or 6) rather than a string (IPv4, IPv6) In Server.addresses (see NetworkInterfacesToAddresses) , use the name of the network (nic.getNetwork().getName()) rather than its type to classify addresses.
Address.version is an integer (4 or 6) rather than a string (IPv4, IPv6) In Server.addresses (see NetworkInterfacesToAddresses) , use the name of the network (nic.getNetwork().getName()) rather than its type to classify addresses.