cvs commit: ports/net-mgmt Makefile ports/net-mgmt/ndpmon Makefile distinfo pkg-descr pkg-plist ports/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 ...

Martin Wilke miwi at FreeBSD.org
Thu Dec 21 12:20:50 PST 2006


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 at 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)


More information about the cvs-all mailing list