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
This commit is contained in:
parent
233932cc2a
commit
3bc6f09c7b
@ -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
|
||||
@ -140,11 +148,6 @@ snmpEnableAuthenTraps = 2
|
||||
#
|
||||
#begemotSnmpdModulePath."lm75" = "/usr/lib/snmp_lm75.so"
|
||||
|
||||
#
|
||||
# MIB-2 module
|
||||
#
|
||||
begemotSnmpdModulePath."mibII" = "/usr/lib/snmp_mibII.so"
|
||||
|
||||
#
|
||||
# Netgraph module
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user