Added i_stack_status method that can be used for finding the parent interface for e.g. ADSL interface speed determination
This commit is contained in:
@@ -12,6 +12,8 @@ version 2.06 ()
|
|||||||
* POD clarification on i_speed() munging by Info.pm
|
* POD clarification on i_speed() munging by Info.pm
|
||||||
* [3408506] Fix uninitialized value in IPv6 when neighbor state is
|
* [3408506] Fix uninitialized value in IPv6 when neighbor state is
|
||||||
incomplete (Michael Borgelt)
|
incomplete (Michael Borgelt)
|
||||||
|
+ Added i_stack_status method that can be used for finding the parent
|
||||||
|
interface for e.g. ADSL interface speed determination
|
||||||
|
|
||||||
version 2.05 (2011-06-23)
|
version 2.05 (2011-06-23)
|
||||||
+ Fix broken function call in L2::Aironet
|
+ Fix broken function call in L2::Aironet
|
||||||
|
|||||||
3
Info.pm
3
Info.pm
@@ -2299,6 +2299,9 @@ ALTEON-TS-PHYSICAL-MIB::agPortCurCfgPortName.
|
|||||||
'i_qlen_out' => 'ifOutQLen',
|
'i_qlen_out' => 'ifOutQLen',
|
||||||
'i_specific' => 'ifSpecific',
|
'i_specific' => 'ifSpecific',
|
||||||
|
|
||||||
|
# IF-MIB::IfStackTable
|
||||||
|
'i_stack_status' => 'ifStackStatus',
|
||||||
|
|
||||||
# IP Address Table
|
# IP Address Table
|
||||||
'ip_index' => 'ipAdEntIfIndex',
|
'ip_index' => 'ipAdEntIfIndex',
|
||||||
'ip_table' => 'ipAdEntAddr',
|
'ip_table' => 'ipAdEntAddr',
|
||||||
|
|||||||
Reference in New Issue
Block a user