microsoft/elfie-arriba

Add IPRange column type

ScottLouvau opened this issue · 1 comments

  • Requested by JBL for storing single IPs and IP ranges.
  • Has a start and end address, inclusive, translated to integers from dotted notation.
  • Searches for a single IP should translate to an integer and find values in range.
  • Searches for an IP prefix (10.120) should translate to a range (10.120.0.0 - 10.120.255.255) and check for any intersection from the column ranges.

We could also use a column capable of containing IPv6 addresses, though they might be separate column types.

Fixed by be39742 on 5/11/2017,