From 41dac34246235fbb8e98d1c446552ca688c86691 Mon Sep 17 00:00:00 2001 From: Bill Fenner <> Date: Sat, 2 Dec 2006 04:06:27 +0000 Subject: [PATCH] Fix typo in name of OID for e_pos. Also add pod for e_pos. --- Info/Entity.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Info/Entity.pm b/Info/Entity.pm index b3fdd87b..f596a4dc 100644 --- a/Info/Entity.pm +++ b/Info/Entity.pm @@ -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) + =item $entity->e_serial() (C)