svn commit: r311601 - head/etc

Ngie Cooper ngie at FreeBSD.org
Sat Jan 7 09:03:42 UTC 2017


Author: ngie
Date: Sat Jan  7 09:03:40 2017
New Revision: 311601
URL: https://svnweb.freebsd.org/changeset/base/311601

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

Modified:
  head/etc/snmpd.config

Modified: head/etc/snmpd.config
==============================================================================
--- head/etc/snmpd.config	Sat Jan  7 08:58:07 2017	(r311600)
+++ head/etc/snmpd.config	Sat Jan  7 09:03:40 2017	(r311601)
@@ -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
@@ -141,11 +149,6 @@ snmpEnableAuthenTraps = 2
 #begemotSnmpdModulePath."lm75" = "/usr/lib/snmp_lm75.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-head mailing list