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
The attachment with the port itself seems to be missing. Please upload it.
Created attachment 211885 [details] addrwatch.shar
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
Committed with minor changes. Thanks a lot!