Bug 106840 - [NEW PORT] net-mgmt/ndpmon: On-link icmpv6 message monitoring and reporting daemon
Summary: [NEW PORT] net-mgmt/ndpmon: On-link icmpv6 message monitoring and reporting d...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-17 18:50 UTC by Janos Mohacsi
Modified: 2006-12-21 20:30 UTC (History)
0 users

See Also:


Attachments
ndpmon-1.0.shar (11.09 KB, text/plain)
2006-12-17 18:50 UTC, Janos Mohacsi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Janos Mohacsi 2006-12-17 18:50:13 UTC
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>

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-12-17 23:33:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-12-21 20:19:47 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-21 20:21:00 UTC
miwi        2006-12-21 20:20:49 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/ndpmon      Makefile distinfo pkg-descr pkg-plist 
    net-mgmt/ndpmon/files patch-config__ndpmon.xml 
                          patch-monitoring.h 
                          patch-monitoring__na.h 
                          patch-monitoring__ns.h 
                          patch-monitoring__ra.h 
                          patch-monitoring__rd.h patch-ndpmon.8 
                          patch-ndpmon.c patch-ndpmon.h 
                          patch-neighbor__list.xml patch-parser.c 
                          patch-print__packet__info.h 
                          patch-utils.h 
  Log:
  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
  
  Revision  Changes    Path
  1.103     +1 -0      ports/net-mgmt/Makefile
  1.1       +48 -0     ports/net-mgmt/ndpmon/Makefile (new)
  1.1       +3 -0      ports/net-mgmt/ndpmon/distinfo (new)
  1.1       +12 -0     ports/net-mgmt/ndpmon/files/patch-config__ndpmon.xml (new)
  1.1       +16 -0     ports/net-mgmt/ndpmon/files/patch-monitoring.h (new)
  1.1       +16 -0     ports/net-mgmt/ndpmon/files/patch-monitoring__na.h (new)
  1.1       +16 -0     ports/net-mgmt/ndpmon/files/patch-monitoring__ns.h (new)
  1.1       +16 -0     ports/net-mgmt/ndpmon/files/patch-monitoring__ra.h (new)
  1.1       +16 -0     ports/net-mgmt/ndpmon/files/patch-monitoring__rd.h (new)
  1.1       +35 -0     ports/net-mgmt/ndpmon/files/patch-ndpmon.8 (new)
  1.1       +29 -0     ports/net-mgmt/ndpmon/files/patch-ndpmon.c (new)
  1.1       +14 -0     ports/net-mgmt/ndpmon/files/patch-ndpmon.h (new)
  1.1       +12 -0     ports/net-mgmt/ndpmon/files/patch-neighbor__list.xml (new)
  1.1       +19 -0     ports/net-mgmt/ndpmon/files/patch-parser.c (new)
  1.1       +16 -0     ports/net-mgmt/ndpmon/files/patch-print__packet__info.h (new)
  1.1       +14 -0     ports/net-mgmt/ndpmon/files/patch-utils.h (new)
  1.1       +12 -0     ports/net-mgmt/ndpmon/pkg-descr (new)
  1.1       +7 -0      ports/net-mgmt/ndpmon/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"