mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 17:23:35 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311601
@ -122,6 +122,14 @@ snmpEnableAuthenTraps = 2
|
|||||||
# order to use the enclosed variables, e.g. `usmUserStatus.$(engine).$(user1)`
|
# order to use the enclosed variables, e.g. `usmUserStatus.$(engine).$(user1)`
|
||||||
# can only be used if %usm is uncommented.
|
# 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
|
# Bridge module
|
||||||
@ -140,11 +148,6 @@ snmpEnableAuthenTraps = 2
|
|||||||
#
|
#
|
||||||
#begemotSnmpdModulePath."lm75" = "/usr/lib/snmp_lm75.so"
|
#begemotSnmpdModulePath."lm75" = "/usr/lib/snmp_lm75.so"
|
||||||
|
|
||||||
#
|
|
||||||
# MIB-2 module
|
|
||||||
#
|
|
||||||
begemotSnmpdModulePath."mibII" = "/usr/lib/snmp_mibII.so"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Netgraph module
|
# Netgraph module
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user