From 66077c9662bf9bc792d9b85cc24b747db8898e3c Mon Sep 17 00:00:00 2001 From: Rob Woodward Date: Fri, 13 Apr 2018 12:17:36 +0100 Subject: [PATCH] Fix documentation --- lib/SNMP/Info/Layer3/OneAccess.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/SNMP/Info/Layer3/OneAccess.pm b/lib/SNMP/Info/Layer3/OneAccess.pm index 2952b0cc..66845974 100644 --- a/lib/SNMP/Info/Layer3/OneAccess.pm +++ b/lib/SNMP/Info/Layer3/OneAccess.pm @@ -41,7 +41,7 @@ use SNMP::Info::Layer3; use vars qw/$VERSION %GLOBALS %MIBS %FUNCS %MUNGE/; -$VERSION = '3.37'; +$VERSION = '3.54'; %MIBS = ( %SNMP::Info::Layer3::MIBS @@ -161,7 +161,7 @@ Returns 'OneAccess'. =item $OneAccess->os() -Returns 'VRP' if contained in C, 'OneAccess' otherwise. +Returns 'oneos'. =item $OneAccess->os_ver() @@ -169,7 +169,7 @@ Returns the software version extracted from C. =item $OneAccess->model() -Returns the hardware model extracted from C. +Returns the hardware model one300. =back