Created attachment 257667 [details] Add net-mgmt/andwatch patch Add net-mgmt/andwatch patch ANDwatch monitors Arp (IPV4) and Neighbor Discovery (IPv6) packets, maintains a database of IP address to hardware address (Ethernet) mappings, and issues notifications when the hardware address of an IP address changes. It is intended as a modern replacement for arpwatch.
*** Bug 284577 has been marked as a duplicate of this bug. ***
Single patch, Replaces 284577.
Created attachment 258006 [details] Patch to use andwatch-v2.1.0 This patch integrates andwatch v2.1.0, and completely replaces the prior v2.0.0 patch (attachment 257667 [details]). The prior attachment is marked as obsolete. Use of v2.1.0 is important as it addresses an serious issue in v2.0.0 which triggers a panic in the current FreeBSD kernel.
Created attachment 258007 [details] [PATCH] Add net-mgmt/andwatch v2.1.0 This patch integrates andwatch v2.1.0, and completely replaces the prior v2.0.0 patch (attachment 257667 [details]). The prior attachment is marked as obsolete. Use of v2.1.0 is important as it addresses an serious issue in v2.0.0 which triggers a panic in the current FreeBSD kernel.
Created attachment 259101 [details] [PATCH] Add net-mgmt/andwatch v2.1.0 Move andwatch-notify.sh to DATADIR
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef8919adec5cb3e4256c3421529a7bbbfbf55917 commit ef8919adec5cb3e4256c3421529a7bbbfbf55917 Author: Denny Page <dennypage@me.com> AuthorDate: 2025-03-27 18:18:43 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2025-03-28 11:45:12 +0000 net-mgmt/andwatch: Add new port ANDwatch monitors Arp (IPV4) and Neighbor Discovery (IPv6) packets, maintains a database of IP address to hardware address (Ethernet) mappings, and issues notifications when the hardware address of an IP address changes. PR: 284907 net-mgmt/Makefile | 1 + net-mgmt/andwatch/Makefile (new) | 41 ++++++++++++++++++++++++++++ net-mgmt/andwatch/distinfo (new) | 3 ++ net-mgmt/andwatch/files/pkg-message.in (new) | 20 ++++++++++++++ net-mgmt/andwatch/pkg-descr (new) | 4 +++ net-mgmt/andwatch/pkg-plist (new) | 6 ++++ 6 files changed, 75 insertions(+)