diff options
author | syrinx <syrinx@FreeBSD.org> | 2010-07-26 16:20:52 +0000 |
---|---|---|
committer | syrinx <syrinx@FreeBSD.org> | 2010-07-26 16:20:52 +0000 |
commit | 8702707235300ce9e9e60f562e7d747a375b261d (patch) | |
tree | 101780bdb68eb884cd64a4a898287422589ce526 /etc/snmpd.config | |
parent | 566d7d1a533f02074a80ad7af239b2bbb142c27a (diff) | |
download | FreeBSD-src-8702707235300ce9e9e60f562e7d747a375b261d.zip FreeBSD-src-8702707235300ce9e9e60f562e7d747a375b261d.tar.gz |
Add a (disabled) configuration line to enable the snmp_wlan(3) module.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc/snmpd.config')
-rw-r--r-- | etc/snmpd.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/snmpd.config b/etc/snmpd.config index 0d136ef..b212f24 100644 --- a/etc/snmpd.config +++ b/etc/snmpd.config @@ -95,3 +95,9 @@ begemotSnmpdModulePath."mibII" = "/usr/lib/snmp_mibII.so" # This requires the mibII module. # #begemotSnmpdModulePath."bridge" = "/usr/lib/snmp_bridge.so" + +# +# Wireless module +# This requires the mibII module. +# +#begemotSnmpdModulePath."wlan" = "/usr/lib/snmp_wlan.so" |