Bug 244359

Summary: [NEW PORT] net/addrwatch: IPv6 enabled alternative to arpwatch
Product: Ports & Packages Reporter: Michael Muenz <m.muenz>
Component: Individual Port(s)Assignee: Bernhard Froehlich <decke>
Status: Closed FIXED    
Severity: Affects Only Me CC: decke
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
addrwatch.shar none

Description Michael Muenz 2020-02-24 08:20:32 UTC
Hi,

enclosed the shar for a new port, addrwatch. It works similar to good old arpwatch but is also able run on IPv6 networks. 

poudriere runs fine and there was a last fix to make it compatible to FreeBSD:
https://github.com/fln/addrwatch/issues/19

Every review appreciated :)

Michael
Comment 1 Bernhard Froehlich freebsd_committer freebsd_triage 2020-02-24 09:18:44 UTC
The attachment with the port itself seems to be missing. Please upload it.
Comment 2 Michael Muenz 2020-02-24 09:37:52 UTC
Created attachment 211885 [details]
addrwatch.shar
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-02-25 12:05:03 UTC
A commit references this bug:

Author: decke
Date: Tue Feb 25 12:04:19 UTC 2020
New revision: 527075
URL: https://svnweb.freebsd.org/changeset/ports/527075

Log:
  addrwatch is a similar software to arpwatch. It main purpose is to monitor
  network and log ethernet/ip pairings.

  To simply try out addrwatch start it without any arguments. When started
  without arguments it will open first non loopback interface and start
  logging events to the console without writing anything to disk. All
  discovered ethernet/ip address pairings will be printed to stdout. All
  debug, warning, and err messages will be sent to syslog and printed to
  stderr.

  WWW: https://github.com/fln/addrwatch

  PR:		244359
  Submitted by:	Michael Muenz <m.muenz@gmail.com>

Changes:
  head/net/Makefile
  head/net/addrwatch/
  head/net/addrwatch/Makefile
  head/net/addrwatch/distinfo
  head/net/addrwatch/pkg-descr
Comment 4 Bernhard Froehlich freebsd_committer freebsd_triage 2020-02-25 12:05:31 UTC
Committed with minor changes. Thanks a lot!