Consolidate CiscoImage class into CiscoStats class

This commit is contained in:
Eric A. Miller
2014-06-21 11:36:33 -04:00
parent edc0fe4fbe
commit e85b3f70aa

View File

@@ -88,6 +88,9 @@ $VERSION = '3.15';
# CISCO-FLASH-MIB::ciscoFlashDeviceTable
'cisco_flash_size' => 'ciscoFlashDeviceSize',
# CISCO-IMAGE-MIB
'ci_images' => 'ciscoImageString',
);
%MUNGE = ();
@@ -539,4 +542,16 @@ zero if the device has been removed.
=back
=head2 Cisco Image Table (C<ciscoImageTable>)
=over
=item $ci->ci_images()
Returns the table of image strings.
C<ciscoImageString>
=back
=cut