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:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user