svn commit: r312257 - in stable/10/usr.sbin/bsnmpd/modules: snmp_hostres snmp_netgraph

Ngie Cooper ngie at FreeBSD.org
Mon Jan 16 06:54:08 UTC 2017


Author: ngie
Date: Mon Jan 16 06:54:07 2017
New Revision: 312257
URL: https://svnweb.freebsd.org/changeset/base/312257

Log:
  MFC r311741,r311761:
  
  r311741:
  
  Add a REVISION section to track changes for the hostres module
  
  There haven't been any changes to the MIB definition, so the REVISION remains
  static at the version it was imported at
  
  r311761:
  
  Add a REVISION section to track changes for the BEGEMOT-NETGRAPH MIB file
  
  This change also documents the modification harti made to a handful of
  objects in r122758 (the max OCTET STRING width was increased from 15 to
  31 octets)

Modified:
  stable/10/usr.sbin/bsnmpd/modules/snmp_hostres/BEGEMOT-HOSTRES-MIB.txt
  stable/10/usr.sbin/bsnmpd/modules/snmp_netgraph/BEGEMOT-NETGRAPH.txt
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/bsnmpd/modules/snmp_hostres/BEGEMOT-HOSTRES-MIB.txt
==============================================================================
--- stable/10/usr.sbin/bsnmpd/modules/snmp_hostres/BEGEMOT-HOSTRES-MIB.txt	Mon Jan 16 06:53:58 2017	(r312256)
+++ stable/10/usr.sbin/bsnmpd/modules/snmp_hostres/BEGEMOT-HOSTRES-MIB.txt	Mon Jan 16 06:54:07 2017	(r312257)
@@ -54,6 +54,9 @@ begemotHostres MODULE-IDENTITY
 	     E-mail:	harti at freebsd.org"
     DESCRIPTION
 	    "The MIB for additional HOST-RESOURCES data."
+    REVISION	"200601030000Z"
+    DESCRIPTION
+		"Initial revision."
     ::= { begemot 202 }
 
 begemotHostresObjects	OBJECT IDENTIFIER ::= { begemotHostres 1 }

Modified: stable/10/usr.sbin/bsnmpd/modules/snmp_netgraph/BEGEMOT-NETGRAPH.txt
==============================================================================
--- stable/10/usr.sbin/bsnmpd/modules/snmp_netgraph/BEGEMOT-NETGRAPH.txt	Mon Jan 16 06:53:58 2017	(r312256)
+++ stable/10/usr.sbin/bsnmpd/modules/snmp_netgraph/BEGEMOT-NETGRAPH.txt	Mon Jan 16 06:54:07 2017	(r312257)
@@ -59,6 +59,19 @@ begemotNg MODULE-IDENTITY
 	     E-mail:	harti at freebsd.org"
     DESCRIPTION
 	    "The MIB for the NetGraph access module for SNMP."
+    REVISION "200311140000Z"
+    DESCRIPTION
+	    "The maximum width of the following OCTET STRINGs was increased
+	    from 15 to 31:
+
+	    - NgTypeName
+	    - NgNodeName
+	    - NgNodeNameOrEmpty
+	    - NgHookName
+	    "
+    REVISION "200201310000Z"
+    DESCRIPTION
+	    "Initial revision."
     ::= { begemot 2 }
 
 begemotNgObjects	OBJECT IDENTIFIER ::= { begemotNg 1 }


More information about the svn-src-all mailing list