diff --git a/Info/Layer1/Bayhub.pm b/Info/Layer1/Bayhub.pm index 54d41bf5..32379389 100644 --- a/Info/Layer1/Bayhub.pm +++ b/Info/Layer1/Bayhub.pm @@ -668,6 +668,10 @@ Returns ns_e_class(). Returns ns_e_descr(). +=item $bayhub->e_name() + +Returns ns_e_name(). + =item $bayhub->e_fwver() Returns ns_e_fwver(). diff --git a/Info/Layer2/Baystack.pm b/Info/Layer2/Baystack.pm index 568097fb..9e403a86 100644 --- a/Info/Layer2/Baystack.pm +++ b/Info/Layer2/Baystack.pm @@ -628,6 +628,10 @@ If the device doesn't support C, this will try ns_e_class(). If the device doesn't support C, this will try ns_e_descr(). +=item $baystack->e_name() + +If the device doesn't support C, this will try ns_e_name(). + =item $baystack->e_fwver() If the device doesn't support C, this will try diff --git a/Info/Layer3/Passport.pm b/Info/Layer3/Passport.pm index 53d4bbad..3966b093 100644 --- a/Info/Layer3/Passport.pm +++ b/Info/Layer3/Passport.pm @@ -1209,6 +1209,10 @@ class only returns container, module, and power supply types. Returns reference to hash. Key: IID, Value: Human friendly name. +=item $passport->e_name() + +Returns reference to hash. Key: IID, Value: Human friendly name. + =item $passport->e_hwver() Returns reference to hash. Key: IID, Value: Hardware version.