Skip to content

Commit

Permalink
snmpd disables inetCidrRouteTable module (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored Feb 10, 2017
1 parent 7282846 commit 815bf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-snmp-sv2/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
nodaemon=true

[program:snmpd]
command=/usr/sbin/snmpd -f -LS4d -u Debian-snmp -g Debian-snmp -I -smux,mteTrigger,mteTriggerConf,ifTable,ifXTable -p /run/snmpd.pid
command=/usr/sbin/snmpd -f -LS4d -u Debian-snmp -g Debian-snmp -I -smux,mteTrigger,mteTriggerConf,ifTable,ifXTable,inetCidrRouteTable -p /run/snmpd.pid
priority=100

[program:snmp-subagent]
Expand Down

0 comments on commit 815bf53

Please sign in to comment.