Bug 284907 - [NEW PORT] net-mgmt/andwatch ANDwatch monitor
Summary: [NEW PORT] net-mgmt/andwatch ANDwatch monitor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Renato Botelho
URL:
Keywords:
: 284577 (view as bug list)
Depends on:
Blocks:
 
Reported: 2025-02-19 19:35 UTC by Denny Page
Modified: 2025-03-28 11:46 UTC (History)
2 users (show)

See Also:


Attachments
Add net-mgmt/andwatch patch (4.33 KB, patch)
2025-02-19 19:35 UTC, Denny Page
no flags Details | Diff
Patch to use andwatch-v2.1.0 (4.34 KB, patch)
2025-02-26 20:48 UTC, Denny Page
no flags Details | Diff
[PATCH] Add net-mgmt/andwatch v2.1.0 (4.34 KB, patch)
2025-02-26 20:49 UTC, Denny Page
no flags Details | Diff
[PATCH] Add net-mgmt/andwatch v2.1.0 (4.52 KB, patch)
2025-03-27 21:43 UTC, Denny Page
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Denny Page 2025-02-19 19:35:28 UTC
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.
Comment 1 Denny Page 2025-02-19 19:37:08 UTC
*** Bug 284577 has been marked as a duplicate of this bug. ***
Comment 2 Denny Page 2025-02-19 19:40:44 UTC
Single patch, Replaces 284577.
Comment 3 Denny Page 2025-02-26 20:48:02 UTC
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.
Comment 4 Denny Page 2025-02-26 20:49:45 UTC
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.
Comment 5 Denny Page 2025-03-27 21:43:55 UTC
Created attachment 259101 [details]
[PATCH] Add net-mgmt/andwatch v2.1.0

Move andwatch-notify.sh to DATADIR
Comment 6 commit-hook freebsd_committer freebsd_triage 2025-03-28 11:45:51 UTC
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(+)