From ba7a105eb1456be0ed263b33355482c8b882581b Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Mon, 26 Nov 2012 19:36:11 -0500 Subject: [PATCH] Additional documentation --- Info.pm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Info.pm b/Info.pm index 00d3dfa2..7a58166c 100644 --- a/Info.pm +++ b/Info.pm @@ -2357,9 +2357,9 @@ sub _get_topo_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 single hash combining all information. As a result, there may be identical 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 +Note: LLDP and EDP do not provide this information. + =cut sub c_platform {