diff options
author | 2015-10-15 19:15:02 +0000 | |
---|---|---|
committer | 2015-10-15 19:15:02 +0000 | |
commit | 7c75f28ab31de9fff86745da915d090b4ca037d6 (patch) | |
tree | cea52c7dee2998079f35b0b8bec3cb2c0920db1d | |
parent | Remove some unnecessary NULL-checks before free(). Change two bzero() (diff) | |
download | wireguard-openbsd-7c75f28ab31de9fff86745da915d090b4ca037d6.tar.xz wireguard-openbsd-7c75f28ab31de9fff86745da915d090b4ca037d6.zip |
relaydMIBObjects, not relaydMIBOjbects. From Rob Pierce.
-rw-r--r-- | share/snmp/OPENBSD-RELAYD-MIB.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/snmp/OPENBSD-RELAYD-MIB.txt b/share/snmp/OPENBSD-RELAYD-MIB.txt index 81d3d512b83..6995786ee85 100644 --- a/share/snmp/OPENBSD-RELAYD-MIB.txt +++ b/share/snmp/OPENBSD-RELAYD-MIB.txt @@ -1,4 +1,4 @@ --- $OpenBSD: OPENBSD-RELAYD-MIB.txt,v 1.1 2014/11/19 10:24:39 blambert Exp $ +-- $OpenBSD: OPENBSD-RELAYD-MIB.txt,v 1.2 2015/10/15 19:15:02 sthen Exp $ -- -- Copyright (c) 2014 Bret Stephen Lambert <blambert@openbsd.org> -- @@ -31,16 +31,18 @@ IMPORTS MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF; -relaydMIBOjbects MODULE-IDENTITY - LAST-UPDATED "201403120000Z" +relaydMIBObjects MODULE-IDENTITY + LAST-UPDATED "201510140000Z" ORGANIZATION "OpenBSD" CONTACT-INFO "" DESCRIPTION "The MIB module for gathering relayd status information" + REVISION "201510140000Z" + DESCRIPTION "Correct typo in MODULE ID descriptor and OID value" REVISION "201403120000Z" DESCRIPTION "MIB describing relayd(8) information" ::= { openBSD 3 } -relaydInfo OBJECT IDENTIFIER ::= { relaydMIBOjbects 2 } +relaydInfo OBJECT IDENTIFIER ::= { relaydMIBObjects 2 } -- -- "show redirects" |