Fix typo in name of OID for e_pos. Also add pod for e_pos.

This commit is contained in:
Bill Fenner
2006-12-02 04:06:27 +00:00
parent b1e0261216
commit 41dac34246

View File

@@ -60,7 +60,7 @@ use vars qw/$VERSION $DEBUG %MIBS %FUNCS %GLOBALS %MUNGE $INIT/;
'e_model' => 'entPhysicalModelName',
'e_name' => 'entPhysicalName',
'e_parent' => 'entPhysicalContainedIn',
'e_pos' => 'entParentRelPos',
'e_pos' => 'entPhysicalParentRelPos',
'e_serial' => 'entPhysicalSerialNum',
'e_swver' => 'entPhysicalSoftwareRev',
'e_type' => 'entPhysicalVendorType',
@@ -226,6 +226,12 @@ More computer friendly name of entity. Parse me.
Maps EntityTable entries to the Interface Table (IfTable) using
$entity->e_map()
=item $entity->e_pos()
The relative position among all entities sharing the same parent.
(C<entPhysicalParentRelPos>)
=item $entity->e_serial()
(C<entPhysicalSerialNum>)