cli icon indicating copy to clipboard operation
cli copied to clipboard

The aggregate tool does not support IP range aggregation

Open abdullahdevrel opened this issue 1 year ago • 0 comments

  • OS: Ubuntu (WSL)
  • CLI version: 3.3.1
ipinfo → ~ $ cat ips.txt
5.136.147.75
5.136.147.76
5.136.147.77
5.136.147.78
144.92.111.0/32
150.10.171.250,150.10.171.252 <-------
87.71.106.118-87.71.106.200 <-------

ipinfo → ~ $ cat ips.txt | ipinfo tool aggregate
144.92.111.0/32
5.136.147.75
5.136.147.76
5.136.147.77
5.136.147.78

The ranges do not get aggregated and are skipped. Please review.

abdullahdevrel avatar Apr 16 '24 04:04 abdullahdevrel