POD fixes to pass tests

This commit is contained in:
Carlos Vicente
2010-09-22 23:18:22 +00:00
parent bdf5a80868
commit cacb0777b7
7 changed files with 132 additions and 35 deletions

View File

@@ -311,6 +311,25 @@ Returns LLDP information.
=back
=head2 Forwarding Table (C<dot1dTpFdbEntry>)
=over
=item $juniper->fw_mac()
Returns reference to hash of forwarding table MAC Addresses
(C<dot1dTpFdbAddress>)
=item $juniper->fw_port()
Returns reference to hash of forwarding table entries port interface
identifier (iid)
(C<dot1dTpFdbPort>)
=back
=head2 Table Methods imported from SNMP::Info::Layer3
See documentation in L<SNMP::Info::Layer3/"TABLE METHODS"> for details.