diff options
author | phk <phk@FreeBSD.org> | 2006-10-31 08:18:02 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2006-10-31 08:18:02 +0000 |
commit | a8b32f0cafba049f607e8d78bdeec4e72721621d (patch) | |
tree | a5497140a13a853aad7ccb61dd96ad5e5454a772 | |
parent | 0427ecaa6bd3f63f9db5bf8b6d7274071d3123a9 (diff) | |
download | FreeBSD-src-a8b32f0cafba049f607e8d78bdeec4e72721621d.zip FreeBSD-src-a8b32f0cafba049f607e8d78bdeec4e72721621d.tar.gz |
Avoid implict node generation in oids, people tell me a fair bit of
SNMP software has trouble with them.
-rw-r--r-- | share/snmp/mibs/FREEBSD-MIB.txt | 16 |
1 files changed, 7 insertions, 9 deletions
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 |