fix cdp_port when returned value is exactly 6 chars (#355)

* revert fix 2 of commit 78119d6, breaks devices that report a port name
6 chars long
* and remove test case for the "packed mac" special case
* and mention cdp fix in changelog

ran this for over 2 months and did not have any regressions on my gear.
This commit is contained in:
nick n
2019-08-27 22:44:26 +02:00
committed by GitHub
parent 0f01c6c07c
commit 3abffc4d59
3 changed files with 18 additions and 15 deletions

View File

@@ -11,6 +11,7 @@ Version 3.69 (2019-xx-xx)
* #353 doc fixes: report all required mibs for each module as based on code
* #353 include fixes: don't include modules already imported from parent classes
* #355 fix #252, don't think 6char devices names are mac addresses
Version 3.68 (2019-04-28)