added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / snmp_perl.pl
1 ##
2 ## SNMPD perl initialization file.
3 ##
4
5 use NetSNMP::agent;
6 $agent = new NetSNMP::agent('dont_init_agent' => 1,
7                             'dont_init_lib' => 1);
8