added i_lastchange()

This commit is contained in:
Max Baker
2004-06-21 15:33:12 +00:00
parent 96393d5781
commit 70744f3df2
2 changed files with 10 additions and 0 deletions

View File

@@ -997,6 +997,12 @@ Administrative status of the port. Typical values are 'enabled' and 'disabled'.
(B<ifAdminStatus>)
=item $info->i_lastchange()
The value of sysUpTime when this port last changed states (up,down).
(B<IfLastChange>)
=item $info->i_name()
Interface Name field. Supported by a smaller subset of devices, this fields is often
@@ -1350,6 +1356,7 @@ These are table entries, such as the IfIndex
'i_mac' => 'ifPhysAddress',
'i_up' => 'ifOperStatus',
'i_up_admin' => 'ifAdminStatus',
'i_lastchange' => 'ifLastChange',
'i_name' => 'ifName',
'i_octet_in' => 'ifInOctets',
'i_octet_out' => 'ifOutOctets',