Page MenuHomeFreeBSD

D49413.diff
No OneTemporary

D49413.diff

diff --git a/usr.sbin/bsnmpd/modules/snmp_pf/BEGEMOT-PF-MIB.txt b/usr.sbin/bsnmpd/modules/snmp_pf/BEGEMOT-PF-MIB.txt
--- a/usr.sbin/bsnmpd/modules/snmp_pf/BEGEMOT-PF-MIB.txt
+++ b/usr.sbin/bsnmpd/modules/snmp_pf/BEGEMOT-PF-MIB.txt
@@ -21,19 +21,17 @@
FROM BEGEMOT-MIB;
begemotPf MODULE-IDENTITY
- LAST-UPDATED "201003180000Z"
- ORGANIZATION "NixSys BVBA"
+ LAST-UPDATED "202503190000Z"
+ ORGANIZATION "Alternative Enterprises (HK) Limited"
CONTACT-INFO
" Philip Paeps
- Postal: NixSys BVBA
- Louizastraat 14
- BE-2800 Mechelen
- Belgium
-
E-Mail: philip@FreeBSD.org"
DESCRIPTION
"The Begemot MIB for the pf packet filter."
+ REVISION "202503190000Z"
+ DESCRIPTION
+ "Reverted pfInterfacesIfRefsState to Unsigned32"
REVISION "201003180000Z"
DESCRIPTION
"Modified pfTablesAddrEntry to support IPv6
@@ -583,7 +581,7 @@
pfInterfacesIfDescr OCTET STRING,
pfInterfacesIfType INTEGER,
pfInterfacesIfTZero TimeTicks,
- pfInterfacesIfRefsState Null,
+ pfInterfacesIfRefsState Unsigned32,
pfInterfacesIfRefsRule Unsigned32,
pfInterfacesIf4BytesInPass Counter64,
pfInterfacesIf4BytesInBlock Counter64,
diff --git a/usr.sbin/bsnmpd/modules/snmp_pf/pf_tree.def b/usr.sbin/bsnmpd/modules/snmp_pf/pf_tree.def
--- a/usr.sbin/bsnmpd/modules/snmp_pf/pf_tree.def
+++ b/usr.sbin/bsnmpd/modules/snmp_pf/pf_tree.def
@@ -107,7 +107,7 @@
(2 pfInterfacesIfDescr OCTETSTRING GET)
(3 pfInterfacesIfType ENUM ( 0 group 1 instance 2 detached ) GET)
(4 pfInterfacesIfTZero TIMETICKS GET)
- (5 pfInterfacesIfRefsState NULL GET)
+ (5 pfInterfacesIfRefsState UNSIGNED32 GET)
(6 pfInterfacesIfRefsRule UNSIGNED32 GET)
(7 pfInterfacesIf4BytesInPass COUNTER64 GET)
(8 pfInterfacesIf4BytesInBlock COUNTER64 GET)

File Metadata

Mime Type
text/plain
Expires
Thu, May 1, 1:10 PM (13 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17882050
Default Alt Text
D49413.diff (1 KB)

Event Timeline