aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-04-24 00:49:01 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-04-24 00:49:01 +0000
commit65a65003839d00c07cc266d68e52c552cbb7aa5d (patch)
tree99474a633c20d5ca205b5a826f12bdeef8bb37b6 /net-mgmt/Makefile
parent32020bd38c653bcb5d3463598ce2a69ec161f420 (diff)
downloadports-65a65003839d00c07cc266d68e52c552cbb7aa5d.tar.gz
ports-65a65003839d00c07cc266d68e52c552cbb7aa5d.zip
[NEW] net-mgmt/py-aggregate6:Compress an unsorted list of IPv4 and IPv6 prefixes
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
Notes: svn path=/head/; revision=532725
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r--net-mgmt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index c201c2d1e55b..8f78ce1e790c 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -299,6 +299,7 @@
SUBDIR += prometheus2
SUBDIR += pushgateway
SUBDIR += py-adal
+ SUBDIR += py-aggregate6
SUBDIR += py-ciscoconfparse
SUBDIR += py-dnsdiag
SUBDIR += py-ipcalc