diff options
author | hagbard <vyosdev@derith.de> | 2019-10-15 08:53:45 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-10-15 08:53:45 -0700 |
commit | 50acd442ade9a4e447269eaf94ce14d354af8d0c (patch) | |
tree | 798b8e3b471f77322b2cd79725888978a941cab7 /src/conf_mode/snmp.py | |
parent | 069f7e5a8431f95d7316a0da682e962f6eb1320a (diff) | |
download | vyos-1x-50acd442ade9a4e447269eaf94ce14d354af8d0c.tar.gz vyos-1x-50acd442ade9a4e447269eaf94ce14d354af8d0c.zip |
snmpd: T1705 - High CPU usage by bgpd when snmp is active
* typo fixed
Diffstat (limited to 'src/conf_mode/snmp.py')
-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..cba1fe319 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 = { |