Modify cdp_cap() to handle devices which return space delimited strings for cdpCacheCapabilities rather than hex strings

This commit is contained in:
Eric A. Miller
2013-12-17 19:18:52 -05:00
parent 1c57d2eab8
commit b4c3f92ba3
2 changed files with 28 additions and 8 deletions

View File

@@ -1,5 +1,12 @@
SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
version 3.11
[BUG FIXES]
* Modify cdp_cap() to handle devices which return space delimited strings
for cdpCacheCapabilities rather than hex strings
version 3.10 (2013-12-16)
[BUG FIXES]