Added "vendor_i_type()" method to HP classes as suggested by Mikat1 on SF.

Tracker artifact 2599795. Method can be used to determine more detailed
type information about a port, eg 10/100 interface, 1000Base-LX, etc.
Details are vendor specific.
This commit is contained in:
Jeroen van Ingen
2010-07-23 15:07:58 +00:00
parent 6deceb6bd1
commit a58b774443
3 changed files with 11 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ version 2.02 ()
* Implemented os_bin() method in CiscoStats
+ [2980787] Fix for C1900 bp_index not containing interfaces.
(Brian De Wolf)
+ [2599795] Added vendor_i_type() method to HP and HP4000 clases
version 2.01 (06/12/09)
+ Added CiscoStpExtensions Class (Carlos Vicente)