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

@@ -104,6 +104,7 @@ sub i_ignore {
}
1;
__END__
=head1 NAME
@@ -159,19 +160,23 @@ These are methods that return scalar value from SNMP
=item $sun->vendor()
Returns 'sun'
Returns 'sun'
=item $sun->os()
Returns 'sun'
Returns 'sun'
=item $sun->os_ver()
Returns the software version extracted from motd.
Returns the software version extracted from message of the day.
=item $sun->model()
Returns 'Solaris Router'
Returns 'Solaris Router'
=item $sun->serial()
Returns serial number
=back
@@ -184,6 +189,18 @@ See documentation in L<SNMP::Info::Layer3/"GLOBALS"> for details.
These are methods that return tables of information in the form of a reference
to a hash.
=head2 Overrides
=over
=item $sun->i_ignore()
Returns reference to hash. Increments value of IID if port is to be ignored.
Ignores loopback
=back
=head2 Table Methods imported from SNMP::Info::Layer3
See documentation in L<SNMP::Info::Layer3/"TABLE METHODS"> for details.