diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-22 04:20:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-22 04:20:49 +0800 |
commit | f2f952731ee3a2526eb97d7c344e3887de997aaa (patch) | |
tree | 3452bf25ab2aac7f6a1d6d804c51cc35232eaf3f /net-mgmt/Makefile | |
parent | cff8107b1d7d1f9699600cb124e16a88ebe834f9 (diff) | |
download | freebsd-ports-gnome-f2f952731ee3a2526eb97d7c344e3887de997aaa.tar.gz freebsd-ports-gnome-f2f952731ee3a2526eb97d7c344e3887de997aaa.tar.zst freebsd-ports-gnome-f2f952731ee3a2526eb97d7c344e3887de997aaa.zip |
NDPMon is an equivalent of ArpWatch for IPv6.
NDPMon, Neighbor Discovery Protocol Monitor, is a tool working with
ICMPv6 packets. NDPMon observes the local network to see if nodes
using neighbor discovery messages behave properly. When it detects
a suspicious Neighbor Discovery message, it notifies the administrator
by writing in the syslog and in some cases by sending an email
report.
WWW: http://ndpmon.sourceforge.net
Janos Mohacsi <janos.mohacsi@bsd.hu>
PR: ports/106840
Submitted by: janos.mohacsi at bsd.hu
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 0a545fcd8636..64af4fc861ca 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -99,6 +99,7 @@ SUBDIR += nat SUBDIR += nav SUBDIR += nbtscan + SUBDIR += ndpmon SUBDIR += nefu SUBDIR += net-snmp SUBDIR += net-snmp-tkmib |