diff options
author | hagbard <vyosdev@derith.de> | 2019-10-10 08:04:36 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-10-10 08:04:36 -0700 |
commit | e45648cdd5a52569be7f3ac30473b0c7474a7894 (patch) | |
tree | cb46a2406569b4a68ae6979bc918ed6fc1234582 /src | |
parent | 2d3539f9dec19c0d5cec5bd962aaf9640a8cec23 (diff) | |
download | vyos-1x-e45648cdd5a52569be7f3ac30473b0c7474a7894.tar.gz vyos-1x-e45648cdd5a52569be7f3ac30473b0c7474a7894.zip |
snmpd: T1705 - High CPU usage by bgpd when snmp is active
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/snmp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/snmp.py b/src/conf_mode/snmp.py index 0ddab2129..60e4c343d 100755 --- a/src/conf_mode/snmp.py +++ b/src/conf_mode/snmp.py @@ -224,7 +224,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 = { |