aerohive version support higher as 9 (#421)

* allow aerohive hiveos version numbers above 9
* aerohive is now owned by extreme
This commit is contained in:
nick n
2021-06-04 18:38:13 +02:00
committed by GitHub
parent fa206be639
commit 0b86645a63
4 changed files with 11 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ sub os_ver {
my $aerohive = shift;
my $descr = $aerohive->description();
if ( defined ($descr) && $descr =~ m/\bHiveOS\s(\d\.\w+)\b/ix ) {
if ( defined ($descr) && $descr =~ m/\bHiveOS\s(\d+\.\w+)\b/ix ) {
return $1;
}
return;
@@ -318,7 +318,8 @@ __END__
=head1 NAME
SNMP::Info::Layer2::Aerohive - SNMP Interface to Aerohive Access Points
SNMP::Info::Layer2::Aerohive - SNMP Interface to Aerohive / Extreme
access points
=head1 AUTHOR
@@ -342,7 +343,7 @@ Eric Miller
=head1 DESCRIPTION
Provides abstraction to the configuration information obtainable from an
Aerohive wireless Access Point through SNMP.
Aerohive / Extreme wireless access point through SNMP.
=head2 Inherited Classes