mapcidr icon indicating copy to clipboard operation
mapcidr copied to clipboard

aggregate on filtered ips

Open RamanaReddy0M opened this issue 6 months ago • 0 comments

  • closes: #473
✗ cat inputt.txt 
10.0.0.0
10.0.0.1
10.0.0.2
10.0.0.3%

✗ go run . -silent -cl input.txt -fi 10.0.0.1 -a
10.0.0.0/32
10.0.0.2/31

RamanaReddy0M avatar Aug 22 '24 14:08 RamanaReddy0M