On Wed, Oct 14, 2015 at 11:25:42AM +0100, Stuart Henderson wrote:
> On 2015/10/13 23:07, Rob Pierce wrote:
> > Regards,
> > 
> > Index: OPENBSD-RELAYD-MIB.txt
> > ===================================================================
> > RCS file: /cvs/src/share/snmp/OPENBSD-RELAYD-MIB.txt,v
> > retrieving revision 1.1
> > diff -u -p -r1.1 OPENBSD-RELAYD-MIB.txt
> > --- OPENBSD-RELAYD-MIB.txt  19 Nov 2014 10:24:39 -0000      1.1
> > +++ OPENBSD-RELAYD-MIB.txt  14 Oct 2015 03:04:27 -0000
> > @@ -31,7 +31,7 @@ IMPORTS
> >     MODULE-COMPLIANCE, OBJECT-GROUP
> >             FROM SNMPv2-CONF;
> >  
> > -relaydMIBOjbects MODULE-IDENTITY
> > +relaydMIBObjects MODULE-IDENTITY
> >     LAST-UPDATED    "201403120000Z"
> >     ORGANIZATION    "OpenBSD"
> >     CONTACT-INFO    ""
> > @@ -40,7 +40,7 @@ relaydMIBOjbects MODULE-IDENTITY
> >     DESCRIPTION     "MIB describing relayd(8) information"
> >     ::= { openBSD 3 }
> >  
> > -relaydInfo         OBJECT IDENTIFIER ::= { relaydMIBOjbects 2 }
> > +relaydInfo         OBJECT IDENTIFIER ::= { relaydMIBObjects 2 }
> >  
> >  --
> >  -- "show redirects"
> > 
> 
> This should have a new LAST-UPDATED and extra REVISION, see the other
> mib files for an example.

How is this? I played with the DESCRIPTION so it would all fit on one
line and match the current style, etc.

Thanks!

Index: OPENBSD-RELAYD-MIB.txt
===================================================================
RCS file: /cvs/src/share/snmp/OPENBSD-RELAYD-MIB.txt,v
retrieving revision 1.1
diff -u -p -r1.1 OPENBSD-RELAYD-MIB.txt
--- OPENBSD-RELAYD-MIB.txt      19 Nov 2014 10:24:39 -0000      1.1
+++ OPENBSD-RELAYD-MIB.txt      14 Oct 2015 13:46:54 -0000
@@ -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"

Reply via email to