mapcidr icon indicating copy to clipboard operation
mapcidr copied to clipboard

Utility program to perform multiple operations for a given subnet/CIDR ranges.

Results 15 mapcidr issues
Sort by recently updated
recently updated
newest added

Hi It would be nice to have `Deaggregate` function to convert first and last IP of range to slice of prefixes. For example RIPE returns following json output: ```json "166.8.0.0/16",...

Status: On Hold
Type: Question

**Is your feature request related to a problem? Please describe.** Similar to grep usage ```zsh echo 'test' | grep 'te' -q && echo 'te found' ``` add quiet to just...

example data: ip.txt: ``` 1.25.242.23/32 1.71.150.96/29 54.240.128.0/20 ``` cdn: ``` 109.199.57.0/24 101.79.149.0/24 116.128.128.0/24 115.231.186.0/24 103.22.200.0/22 61.155.165.0/24 113.20.148.0/23 185.254.242.0/24 59.36.120.0/24 70.132.0.0/18 52.78.247.128/26 110.93.176.0/20 54.240.128.0/18 46.51.216.0/21 70.132.0.0/16 104.16.0.0/12 121.12.98.0/24 103.31.4.0/22 204.246.164.0/22 42.236.6.0/24...

There are multiple very unexpected results when working with `mapcidr` as a library. I assume this mostly won't normally happen on CLI runs (except item 1 in the list): **Describe...

Type: Bug

If you feed it a file with a large number of IP addresses with -aa. The previous released version will give you great feedback. With the latest version it will...

- closes: #473 ```console ✗ 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 ```

**Describe the bug** I expect, if I filter input using the `-fi` command, and then aggregate with `-a` to the minimum number of subnets, that the subnets generated would match...

Hello! Fixed some typos. I am using source files where I want to comment IP/CIDR so I know what or where something came from. Added a integration test with some...