IPv6 related updated to Info::LLDP

- LLDP::lldp_addr() may now also return neighbor IPv6 addresses
- Make more clear in POD that lldp_addr() will not return all management addresses reported by neighbor, it's a kind of roulette
- Add LLDP::lldp_ipv6() and LLDP::lldp_mac() methods for remote management addresses of types IPv6 and MAC, respectively
This commit is contained in:
Jeroen van Ingen
2015-09-04 15:49:33 +02:00
parent d399ca90d3
commit 70615a172b
2 changed files with 58 additions and 3 deletions

View File

@@ -5,6 +5,9 @@ version 3.29 ()
[ENHANCEMENTS]
* Add IPv6::ipv6_addr() method to map IPv6 interface address indexes to actual addresses
* Add support for (remote) IPv6 addresses to LLDP::lldp_addr()
* Add LLDP::lldp_ipv6() and LLDP::lldp_mac() so that remote management
addresses of specific types can be requested
version 3.28 (2015-06-18)