aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-04-25 05:03:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-04-25 05:03:43 +0000
commitad0ad50784b2ddca1332f9db7b5a34f36cb81be8 (patch)
tree0847a11935f11feba44b783744015e6c33844699 /net-mgmt/Makefile
parent46f7035f125cf4a833ebdb69f6e9a42037af68c0 (diff)
downloadports-ad0ad50784b2ddca1332f9db7b5a34f36cb81be8.tar.gz
ports-ad0ad50784b2ddca1332f9db7b5a34f36cb81be8.zip
net-mgmt/grepcidr: Filter IP addresses matching IPv4 CIDR/network specification
grepcidr can be used to filter a list of IP addresses against one or more Classless Inter-Domain Routing (CIDR) specifications, or arbitrary networks specified by an address range. As with grep, there are options to invert matching and load patterns from a file. grepcidr is capable of comparing thousands or even millions of IPs to networks with little memory usage and in reasonable computation time. grepcidr has endless uses in network software, including: mail filtering and processing, network security, log analysis, and many custom applications. PR: ports/80315 Submitted by: Douglas Fraser <doug+ports@idmf.net>
Notes
Notes: svn path=/head/; revision=134100
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 fa92f40b1492..e651a865ce84 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -50,6 +50,7 @@
SUBDIR += flowscan
SUBDIR += fprobe
SUBDIR += gps
+ SUBDIR += grepcidr
SUBDIR += icmpmonitor
SUBDIR += icmpquery
SUBDIR += ifgraph