POD coverage

This commit is contained in:
Eric Miller
2008-07-18 03:11:38 +00:00
parent 58c1d01b4a
commit 03785c4365
25 changed files with 363 additions and 26 deletions

View File

@@ -1501,8 +1501,11 @@ class only returns container and module types.
=item $bayrs->e_descr()
Returns reference to hash. Key: IID, Value: Human friendly name. This is only
available for processors, link modules, and hardware modules.
Returns reference to hash. Key: IID, Value: Human friendly name.
=item $bayrs->e_name()
Returns reference to hash. Key: IID, Value: Human friendly name.
=item $bayrs->e_hwver()
@@ -1557,4 +1560,18 @@ See documentation in L<SNMP::Info::Bridge/"TABLE METHODS"> for details.
See documentation in L<SNMP::Info::Layer3/"TABLE METHODS"> for details.
=head1 Data Munging Callback Subroutines
=over
=item $extreme->munge_hw_rev()
Converts octets to a decimal major.minor string.
=item $extreme->munge_wf_serial()
Coverts octets to a decimal string.
=back
=cut