Additional documentation

This commit is contained in:
Eric A. Miller
2012-11-26 19:36:11 -05:00
parent b9fb232859
commit ba7a105eb1

View File

@@ -2357,9 +2357,9 @@ sub _get_topo_data {
return \%t_data; return \%t_data;
} }
=head3 Topology Table Information =head3 Common Topology Table Information
The generic topology table methods below will query the The common topology table methods below will query the
device for information from the specified topology protocols and return a device for information from the specified topology protocols and return a
single hash combining all information. As a result, there may be identical single hash combining all information. As a result, there may be identical
topology information returned from the two protocols causing duplicate topology information returned from the two protocols causing duplicate
@@ -2492,6 +2492,8 @@ sub c_id {
Returns reference to hash. Key: iid, Value: Remote Device Type Returns reference to hash. Key: iid, Value: Remote Device Type
Note: LLDP and EDP do not provide this information.
=cut =cut
sub c_platform { sub c_platform {