From e154e62ecb3a4931fc5a81b8595da44bc5252188 Mon Sep 17 00:00:00 2001 From: az Date: Mon, 7 Nov 2005 07:40:11 +0000 Subject: 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 Approved by: sem (mentor, implict) --- net-mgmt/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net-mgmt/Makefile') 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 -- cgit v1.1