summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-09-11 07:36:50 +0200
committerJeroen Roovers <jer@gentoo.org>2015-09-11 08:07:38 +0200
commit04f490a46e9caa270d777b0938371818e5470cb8 (patch)
treee82e3846f4fcdff52d7e8727f3bd855d77715fa0 /net-analyzer/net-snmp/files
parentdev-python/certifi: Stable for HPPA PPC64 (bug #560102). (diff)
downloadgentoo-04f490a46e9caa270d777b0938371818e5470cb8.tar.gz
gentoo-04f490a46e9caa270d777b0938371818e5470cb8.tar.bz2
gentoo-04f490a46e9caa270d777b0938371818e5470cb8.zip
net-analyzer/net-snmp: Disable smux by default (bug #509638 by Andrey Volkov).
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-analyzer/net-snmp/files')
-rw-r--r--net-analyzer/net-snmp/files/snmpd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-analyzer/net-snmp/files/snmpd.conf b/net-analyzer/net-snmp/files/snmpd.conf
index 83c3c1d92b82..ba8ba66128b2 100644
--- a/net-analyzer/net-snmp/files/snmpd.conf
+++ b/net-analyzer/net-snmp/files/snmpd.conf
@@ -5,6 +5,9 @@
# Initial (empty) options.
SNMPD_FLAGS=""
+# Disable smux by default
+SNMPD_FLAGS="${SNMPD_FLAGS} -I -smux"
+
# Enable connection logging.
#SNMPD_FLAGS="${SNMPD_FLAGS} -a"