rs-aggregate will aggregate an unsorted list of IP prefixes. Intended to be a drop-in replacement for aggregate6 with better performance. Takes a list of whitespace-separated IPs or IP networks and aggregates them to their minimal representation.
rs-aggregate will aggregate an unsorted list of IP prefixes. Intended to be a drop-in replacement for aggregate6 with better performance. Takes a list of whitespace-separated IPs or IP networks and aggregates them to their minimal representation.
To install rs-aggregate, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rs-aggregate
To see what files were installed by rs-aggregate, run:
port contents rs-aggregate
To later upgrade rs-aggregate, run:
sudo port selfupdate && sudo port upgrade rs-aggregate
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.