aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/network/VersionedIpAddress.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-0/+1
* Require non-null address, add toString, equals and hashCode.gjoranv2023-02-181-8/+30
* Add/improve class headers.gjoranv2023-02-171-0/+3
* minor: rearrange methods and remove invalid TODOgjoranv2023-02-171-9/+8
* Add asEndpoint method to VersionedIpAddressgjoranv2023-02-171-0/+5
* Make VersionedIpAddress comparable, with IPv6 first.gjoranv2023-02-171-1/+7
* Move VersionedIpAddress to node-admingjoranv2023-02-161-0/+49