From a8b32f0cafba049f607e8d78bdeec4e72721621d Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 31 Oct 2006 08:18:02 +0000 Subject: Avoid implict node generation in oids, people tell me a fair bit of SNMP software has trouble with them. --- share/snmp/mibs/FREEBSD-MIB.txt | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'share') diff --git a/share/snmp/mibs/FREEBSD-MIB.txt b/share/snmp/mibs/FREEBSD-MIB.txt index fcb437f..5181194 100644 --- a/share/snmp/mibs/FREEBSD-MIB.txt +++ b/share/snmp/mibs/FREEBSD-MIB.txt @@ -16,7 +16,7 @@ IMPORTS FROM SNMPv2-SMI; freeBSD MODULE-IDENTITY - LAST-UPDATED "200610310000Z" + LAST-UPDATED "200610310800Z" ORGANIZATION "The FreeBSD Project." CONTACT-INFO "phk@FreeBSD.org is contact person for this file. @@ -24,7 +24,7 @@ freeBSD MODULE-IDENTITY DESCRIPTION "The Structure of Management Information for the FreeBSD Project enterprise MIB subtree." - REVISION "200610310000Z" + REVISION "200610310800Z" DESCRIPTION "Initial version of this MIB module." ::= { enterprises 2238 } -- assigned by IANA @@ -47,17 +47,15 @@ freeBSDpeople OBJECT-IDENTITY DESCRIPTION "Subtree for FreeBSD people. Under this branch any FreeBSD committer may claim - a subtree under his/her logname freefall. - To avoid ambiguity with subset lognames, the length - must be prepended. - Example: phk's subtree is: {FreeBSDpeople 3 112 104 107} + a subtree. Grab the next sequential oid in the list. + These assignments are not revoked when committers leave + the FreeBSD project. " ::= { freeBSD 3 } freeBSDpeoplePhk OBJECT-IDENTITY - STATUS current - DESCRIPTION + STATUS current DESCRIPTION "Subtree for phk@FreeBSD.org" - ::= {freeBSDpeople 3 112 104 107} + ::= {freeBSDpeople 1} END -- cgit v1.1