Improve generic Info::Layer3 serial number detection

Serial numbers weren't reported for stackable Layer3::H3C devices, even
when not actually stacked. Report serial number not only if the entity
has no parent, but also if it has a parent but is of type "chassis".

This fixes #232.
This commit is contained in:
Jeroen van Ingen
2017-10-23 15:45:04 +02:00
parent 914eb05a60
commit d4ae9237a6
2 changed files with 8 additions and 1 deletions

View File

@@ -6,6 +6,10 @@ version 3.38 ()
* Layer2::Airespace several newer 802.11 data rates added
[BUG FIXES]
* #232 Improve generic Info::Layer3 serial number detection
version 3.37 (2017-07-11)
[ENHANCEMENTS]