svn commit: r315593 - stable/10/etc

Ngie Cooper ngie at FreeBSD.org
Sun Mar 19 22:14:23 UTC 2017


Author: ngie
Date: Sun Mar 19 22:14:22 2017
New Revision: 315593
URL: https://svnweb.freebsd.org/changeset/base/315593

Log:
  MFC r311601:
  
  Move the mibII module up so uncommenting the bridge module works
  
  Add a note about how module ordering and dependent modules

Modified:
  stable/10/etc/snmpd.config
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/snmpd.config
==============================================================================
--- stable/10/etc/snmpd.config	Sun Mar 19 22:13:40 2017	(r315592)
+++ stable/10/etc/snmpd.config	Sun Mar 19 22:14:22 2017	(r315593)
@@ -122,6 +122,14 @@ snmpEnableAuthenTraps = 2
 # order to use the enclosed variables, e.g. `usmUserStatus.$(engine).$(user1)`
 # can only be used if %usm is uncommented.
 #
+# Modules are loaded in the order listed, so they must be before any
+# dependent modules, e.g. "mibII" vs "bridge".
+#
+
+#
+# MIB-2 module
+#
+begemotSnmpdModulePath."mibII"	= "/usr/lib/snmp_mibII.so"
 
 #
 # Bridge module
@@ -136,11 +144,6 @@ snmpEnableAuthenTraps = 2
 #begemotSnmpdModulePath."hostres" = "/usr/lib/snmp_hostres.so"
 
 #
-# MIB-2 module
-#
-begemotSnmpdModulePath."mibII"	= "/usr/lib/snmp_mibII.so"
-
-#
 # Netgraph module
 #
 #begemotSnmpdModulePath."netgraph" = "/usr/lib/snmp_netgraph.so"


More information about the svn-src-all mailing list