aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-aggregate6
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove empty PY_IPADDRESS from ports using Python 3.6+Rene Ladan2021-01-101-8/+1
| | | | | | | Also remove one manual declaration (net-mgmt/py-aggregate6) Notes: svn path=/head/; revision=561083
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* net-mgmt/py-aggregate6: Fix RUNTIME dependencyMuhammad Moinur Rahman2020-04-241-1/+1
| | | | | | | | | - Remove py-coverage as TEST_DEPENDS [1] Reported by: koobs [1] Notes: svn path=/head/; revision=532730
* [NEW] net-mgmt/py-aggregate6:Compress an unsorted list of IPv4 and IPv6 prefixesMuhammad Moinur Rahman2020-04-244-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 Notes: svn path=/head/; revision=532725