From e85b3f70aad62d4c8d05f8c3eb7171e6af30f274 Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Sat, 21 Jun 2014 11:36:33 -0400 Subject: [PATCH] Consolidate CiscoImage class into CiscoStats class --- Info/CiscoStats.pm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Info/CiscoStats.pm b/Info/CiscoStats.pm index 8ef17b9f..39a2ff04 100644 --- a/Info/CiscoStats.pm +++ b/Info/CiscoStats.pm @@ -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) + +=over + +=item $ci->ci_images() + +Returns the table of image strings. + +C + +=back + =cut