• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..14-Aug-2020-

ChangesH A D14-Aug-2020237 74

MANIFESTH A D14-Aug-202086 98

Makefile.PLH A D14-Aug-20202.1 KiB8372

READMEH A D14-Aug-2020391 1512

default_store.pmH A D14-Aug-202012.1 KiB370207

default_store.xsH A D14-Aug-202042.2 KiB1,4171,085

genH A D14-Aug-20202.6 KiB13285

netsnmp-feature-definitions.hH A D14-Aug-20200 10

test.plH A D14-Aug-20204.7 KiB120106

typemapH A D14-Aug-202022 21

README

1This module is a wrapper around the net-snmp default store routines.
2See the net-snmp default_store manual page for details.
3
4To install:
5  perl Makefile.PL
6  make
7  make test
8  make install
9
10To compile in the source tree before the net-snmp itself has been installed:
11  perl Makefile.PL -NET-SNMP-CONFIG="sh ../../net-snmp-config" -NET-SNMP-IN-SOURCE=true
12  make
13  make test
14  make install
15