Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove # $FreeBSD$ from Makefiles. | Mathieu Arnold | 2021-04-06 | 1 | -1/+0 |
| | |||||
* | Remove empty PY_IPADDRESS from ports using Python 3.6+ | Rene Ladan | 2021-01-11 | 1 | -8/+1 |
| | | | | Also remove one manual declaration (net-mgmt/py-aggregate6) | ||||
* | Drop python 2.7 support from a few ports | Antoine Brodin | 2020-12-29 | 1 | -1/+1 |
| | | | | With hat: portmgr | ||||
* | net-mgmt/py-aggregate6: Fix RUNTIME dependency | Muhammad Moinur Rahman | 2020-04-24 | 1 | -1/+1 |
| | | | | | | - Remove py-coverage as TEST_DEPENDS [1] Reported by: koobs [1] | ||||
* | [NEW] net-mgmt/py-aggregate6:Compress an unsorted list of IPv4 and IPv6 prefixes | Muhammad Moinur Rahman | 2020-04-24 | 4 | -0/+60 |
Takes a list of 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. The second optimisation identifies adjacent prefixes that can be combined under a single, shorter-length prefix. The above optimalisation steps are often useful in context of compressing firewall rules or BGP prefix-list filters. WWW: https://github.com/job/aggregate6 |