Bug 244359 - [NEW PORT] net/addrwatch: IPv6 enabled alternative to arpwatch
Summary: [NEW PORT] net/addrwatch: IPv6 enabled alternative to arpwatch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-24 08:20 UTC by Michael Muenz
Modified: 2020-02-25 12:05 UTC (History)
1 user (show)

See Also:


Attachments
addrwatch.shar (2.11 KB, text/plain)
2020-02-24 09:37 UTC, Michael Muenz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!