diff options
author | mich <mich@FreeBSD.org> | 2003-05-15 19:31:35 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2003-05-15 19:31:35 +0800 |
commit | 2093db383eeacf9801393b9c37f8feb88b10a88c (patch) | |
tree | 7ba606b4ad35b0a82c8d61665228d32fbd925257 /net/Makefile | |
parent | 8c341d82d2d8c2e5c6399acd8840214f5aabe662 (diff) | |
download | freebsd-ports-graphics-2093db383eeacf9801393b9c37f8feb88b10a88c.tar.gz freebsd-ports-graphics-2093db383eeacf9801393b9c37f8feb88b10a88c.tar.zst freebsd-ports-graphics-2093db383eeacf9801393b9c37f8feb88b10a88c.zip |
New port.
Remote Arpwatch collects ARP tables from remote devices using SNMP and
checks them for changes. It is very useful for detecting problems and
malicious users in networks with routers that don't support static
ARP tables.
PR: 50521
Approved by: roberto(mentor)
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 3176c5be843..e57aa7cdb78 100644 --- a/net/Makefile +++ b/net/Makefile @@ -559,6 +559,7 @@ SUBDIR += rdist6 SUBDIR += redir SUBDIR += relay + SUBDIR += remarp SUBDIR += rfbproxy SUBDIR += rinetd SUBDIR += ripetools |