From fb61e7e72acc372fa49a0cd16fa7f1ba3b0f8dfa Mon Sep 17 00:00:00 2001 From: hagbard Date: Tue, 15 Oct 2019 08:53:45 -0700 Subject: snmpd: T1705 - High CPU usage by bgpd when snmp is active * typo fixed --- src/conf_mode/snmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf_mode/snmp.py b/src/conf_mode/snmp.py index edacc17ea..f5470cd14 100755 --- a/src/conf_mode/snmp.py +++ b/src/conf_mode/snmp.py @@ -208,7 +208,7 @@ init_config_tmpl = """ SNMPDRUN=yes # snmpd options (use syslog, close stdin/out/err). -SNMPDOPTS='-LSed -u snmp -g snmp -p /run/snmpd.pid' +SNMPDOPTS='-LSed -u snmp -g snmp -I -ipCidrRouteTable,inetCidrRouteTable -p /run/snmpd.pid' """ default_config_data = { -- cgit v1.2.3