Blame agent/snmp_perl.pl

Packit Service b38f0b
##
Packit Service b38f0b
## SNMPD perl initialization file.
Packit Service b38f0b
##
Packit Service b38f0b
Packit Service b38f0b
use NetSNMP::agent;
Packit Service b38f0b
$agent = new NetSNMP::agent('dont_init_agent' => 1,
Packit Service b38f0b
			    'dont_init_lib' => 1);
Packit Service b38f0b