Skip to content

Commit

Permalink
Add TODO about subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ds58 committed Nov 27, 2024
1 parent b2ebd9b commit fa1f23b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ protected static boolean domainIDValid(int domainID)
*/
protected static InetAddress[] convertToInetAddressArray(String ipList)
{
// TODO: handle subnet
String[] ipStrings = ipList.split(",\\s*");
InetAddress[] inetAddresses = new InetAddress[ipStrings.length];

Expand Down

0 comments on commit fa1f23b

Please sign in to comment.