diff options
author | az <az@FreeBSD.org> | 2005-11-07 07:40:11 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2005-11-07 07:40:11 +0000 |
commit | e154e62ecb3a4931fc5a81b8595da44bc5252188 (patch) | |
tree | ef5abbf5b69f24c1c91478023025251a838e318b /net-mgmt/Makefile | |
parent | af0e84fd73421aeb83cffa7f87f8831d85abe80b (diff) | |
download | FreeBSD-ports-e154e62ecb3a4931fc5a81b8595da44bc5252188.zip FreeBSD-ports-e154e62ecb3a4931fc5a81b8595da44bc5252188.tar.gz |
Add net-mgmt/grepip
grepip searches the named input FILE (or standard input if no files are named),
for lines containing an IP address matched to the given CIDR.
grepip finds IP in any context of a line, while grepcidr only if all line is IP.
PR: ports/88384
Submitted by: Serge Maslov <serge@maslov.biz>
Approved by: sem (mentor, implict)
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 9b39492..e0d77ff 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -52,6 +52,7 @@ SUBDIR += fprobe SUBDIR += gps SUBDIR += grepcidr + SUBDIR += grepip SUBDIR += icmpmonitor SUBDIR += icmpquery SUBDIR += ifgraph |