Aggregate a list of IP prefixes into their minimum equivalent representation
Go to file
2023-03-18 11:44:41 -07:00
.github/workflows add release action 2023-03-16 17:55:06 -07:00
src Refactoring & compatibility with aggregate6 options 2023-03-18 11:44:41 -07:00
.gitignore Initial commit 2023-03-13 23:11:45 -07:00
Cargo.lock Refactoring & compatibility with aggregate6 options 2023-03-18 11:44:41 -07:00
Cargo.toml Refactoring & compatibility with aggregate6 options 2023-03-18 11:44:41 -07:00
README.md Fix bare IP parsing 2023-03-14 00:40:01 -07:00

rs-aggregate

rs-aggregate will aggregate an unsorted list of IP prefixes

Intended to be aggregate6 with better performance.

Takes a list of whitespace-separated IPs or IP networks and aggregates them to their minimal representation.