Removed DeviceMatrix from the distribution
This commit is contained in:
@@ -10,6 +10,7 @@ version 3.32 ()
|
|||||||
* Support for propMultiplexor as ifType
|
* Support for propMultiplexor as ifType
|
||||||
* Add device MAC to APC UPS
|
* Add device MAC to APC UPS
|
||||||
* [#61] Report APC model for PDU products
|
* [#61] Report APC model for PDU products
|
||||||
|
* Removed DeviceMatrix from the distribution
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
|
|||||||
1
DEVELOP
1
DEVELOP
@@ -4,7 +4,6 @@ Coding Guidelines:
|
|||||||
- tab-width of 4, no tab characters
|
- tab-width of 4, no tab characters
|
||||||
- keep POD documentation up-to-date
|
- keep POD documentation up-to-date
|
||||||
- always update ChangeLog before committing
|
- always update ChangeLog before committing
|
||||||
- always update DeviceMatrix.txt before committing
|
|
||||||
- check-in required mibs to netdisco-mibs and release new package if needed
|
- check-in required mibs to netdisco-mibs and release new package if needed
|
||||||
|
|
||||||
Release and Testing Instructions:
|
Release and Testing Instructions:
|
||||||
|
|||||||
1044
DeviceMatrix.txt
1044
DeviceMatrix.txt
File diff suppressed because it is too large
Load Diff
7
Info.pm
7
Info.pm
@@ -47,7 +47,9 @@ by Max Baker.
|
|||||||
|
|
||||||
=head1 DEVICES SUPPORTED
|
=head1 DEVICES SUPPORTED
|
||||||
|
|
||||||
See L<http://netdisco.org/doc/DeviceMatrix.html> or L<DeviceMatrix.txt> for more details.
|
There are now generic classes for most types of device and so the authors
|
||||||
|
recommend loading SNMP::Info with AutoSpecify, and then reporting to the mail
|
||||||
|
list any missing functionality (such as neighbor discovery tables).
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
@@ -1463,9 +1465,6 @@ SNMP::Info::Layer3 subclasses.
|
|||||||
If the device still can be connected to via SNMP::Info, then
|
If the device still can be connected to via SNMP::Info, then
|
||||||
SNMP::Info is returned.
|
SNMP::Info is returned.
|
||||||
|
|
||||||
See L<http://netdisco.org/doc/DeviceMatrix.html> or L<DeviceMatrix.txt> for more details
|
|
||||||
about device support, or view C<device_type()> in F<Info.pm>.
|
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
sub device_type {
|
sub device_type {
|
||||||
|
|||||||
Reference in New Issue
Block a user