The net/aggregate6 port
aggregate6-1.0.12p5 – optimise a list of IPv4/IPv6 prefixes (cvsweb github mirror)
Description
aggregate6 takes a list of IPv4 and IPv6 prefixes in conventional format on stdin, and performs two optimisations to attempt to reduce the length of the prefix list. The first optimisation is to remove any supplied prefixes which are superfluous because they are already included in another supplied prefix. For example, 2001:67c:208c:10::/64 would be removed if 2001:67c:208c::/48 was also supplied. The second optimisation identifies adjacent prefixes that can be combined under a single, shorter-length prefix. For example, 2001:67c:208c::/48 and 2001:67c:208d::/48 can be combined into the single prefix 2001:67c:208c::/47.WWW: https://github.com/job/aggregate6/
Maintainer
Job Snijders
Categories
Build dependencies
Run dependencies
Test dependencies
Files
- /usr/local/bin/aggregate6
- /usr/local/lib/python3.11/site-packages/aggregate6-1.0.12.dist-info/
- /usr/local/lib/python3.11/site-packages/aggregate6-1.0.12.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/aggregate6-1.0.12.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/aggregate6-1.0.12.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/aggregate6-1.0.12.dist-info/entry_points.txt
- /usr/local/lib/python3.11/site-packages/aggregate6-1.0.12.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/aggregate6/
- /usr/local/lib/python3.11/site-packages/aggregate6/__init__.py
- /usr/local/lib/python3.11/site-packages/aggregate6/__main__.py
- /usr/local/lib/python3.11/site-packages/aggregate6/__pycache__/
- /usr/local/lib/python3.11/site-packages/aggregate6/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/aggregate6/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/aggregate6/__pycache__/__main__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/aggregate6/__pycache__/__main__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/aggregate6/__pycache__/aggregate6.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/aggregate6/__pycache__/aggregate6.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/aggregate6/aggregate6.py
- /usr/local/man/man7/aggregate6.7