and even more sourceforge -> github references (#288)

This commit is contained in:
nick n
2018-12-29 12:02:58 +01:00
committed by Oliver Gorwits
parent bb731c6368
commit e5eee009b3

View File

@@ -40,7 +40,7 @@ SNMP::Info - Version 3.63
SNMP::Info is maintained by team of Open Source authors headed by Eric Miller, SNMP::Info is maintained by team of Open Source authors headed by Eric Miller,
Bill Fenner, Max Baker, Jeroen van Ingen and Oliver Gorwits. Bill Fenner, Max Baker, Jeroen van Ingen and Oliver Gorwits.
Please visit L<http://sourceforge.net/projects/snmp-info/> for most up-to-date Please visit L<https://github.com/netdisco/snmp-info/> for the most up-to-date
list of developers. list of developers.
SNMP::Info was originally created at UCSC for the Netdisco project L<http://netdisco.org> SNMP::Info was originally created at UCSC for the Netdisco project L<http://netdisco.org>
@@ -171,7 +171,7 @@ install by hand.
SNMP::Info operates on textual descriptors found in MIBs. SNMP::Info operates on textual descriptors found in MIBs.
If you are using SNMP::Info separate from Netdisco, If you are using SNMP::Info separate from Netdisco,
download the Netdisco MIB package at L<http://sourceforge.net/projects/netdisco/files/netdisco-mibs/latest-snapshot/> download the Netdisco MIB package at L<https://github.com/netdisco/netdisco-mibs/releases/latest/>
Make sure that your snmp.conf is updated to point to your MIB directory Make sure that your snmp.conf is updated to point to your MIB directory
and that the MIBs are world-readable. and that the MIBs are world-readable.
@@ -209,9 +209,9 @@ subroutine.
See the section EXTENDING SNMP::INFO for more details. See the section EXTENDING SNMP::INFO for more details.
When you make a new subclass for a device, please be sure to send it back to When you make a new subclass for a device, please be sure to send it back
the developers (via Source Forge or the mailing list) for inclusion in the to the developers (via a github pull request or the mailing list) for inclusion
next version. in the next version.
=back =back
@@ -3169,7 +3169,7 @@ implementation.
=head2 Gathering MIB data for SNMP::Info Developers =head2 Gathering MIB data for SNMP::Info Developers
The preference is to open a feature request in the SourceForge project. This The preference is to open a pull request in the github project. This
allows all developers to have visibility into the request. Please include allows all developers to have visibility into the request. Please include
pointers to the applicable platform MIBs. For development we will need an pointers to the applicable platform MIBs. For development we will need an
C<snmpwalk> of the device. There is a tool now included in the SNMP::Info C<snmpwalk> of the device. There is a tool now included in the SNMP::Info
@@ -3186,10 +3186,10 @@ The utility is named C<make_snmpdata.pl>. Run it with a command line like:
This will print to the file every MIB entry with data in a format that the This will print to the file every MIB entry with data in a format that the
developers can use to emulate read operations without needing access to the developers can use to emulate read operations without needing access to the
device. Preference would be to mask any sensitive data in the output, zip the device. Preference would be to mask any sensitive data in the output, zip
file, and upload as an attachment to the Sourceforge tracker. However, if you the file, and attach it to the github pull request. However, if you do not
do not feel comfortable uploading the output to the tracker you could e-mail feel comfortable uploading the output to the tracker you could e-mail it
it to the developer that has claimed the ticket. to the developer that has claimed the ticket.
=head2 Data Structures required in new Subclass =head2 Data Structures required in new Subclass
@@ -3476,8 +3476,6 @@ will inherit the Cisco Vlan module as an example.
1; # don't forget this line 1; # don't forget this line
----------------------- snip -------------------------------- ----------------------- snip --------------------------------
Be sure and send the debugged version to snmp-info-users@lists.sourceforge.net to be
included in the next version of SNMP::Info.
=head1 SNMP::INFO INTERNALS =head1 SNMP::INFO INTERNALS