Bug 192325 - [PATCH] snmp_pf: add support for retrieving ALTQ counters
Summary: [PATCH] snmp_pf: add support for retrieving ALTQ counters
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 10.0-STABLE
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-net (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2014-08-02 01:28 UTC by Timmons C. Player
Modified: 2024-02-15 11:04 UTC (History)
1 user (show)

See Also:


Attachments
This patch updates snmp_pf (both the module and the MIB) to allow retrieval of the ALTQ counters. (8.52 KB, patch)
2014-08-02 01:28 UTC, Timmons C. Player
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timmons C. Player 2014-08-02 01:28:57 UTC
Created attachment 145235 [details]
This patch updates snmp_pf (both the module and the MIB) to allow retrieval of the ALTQ counters.

The FreeBSD base system contains a snmp daemon called bsnmpd.  It implements most of its functionality via loadable modules.  The snmp_pf module is responsible for constructing the MIB for the pf packet filter.  Currently, it retrieves a description of the ALTQ queues in use by pf, however it doesn't support retrieving any statistics for those queues.
Comment 1 Philip Paeps freebsd_committer freebsd_triage 2015-03-15 01:28:45 UTC
I perpetrated snmp_pf, once upon a time.  This patch looks sane.  I'll do some more testing and commit it.
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2018-05-23 10:27:56 UTC
batch change of PRs untouched in 2018 marked "in progress" back to open.
Comment 3 Philip Paeps freebsd_committer freebsd_triage 2024-02-15 11:04:52 UTC
I've not had a chance to look at this, and I've clearly lost interest in snmp_pf.  Could someone else on net@ please take a look if this is still relevant?