From 82032a10e1f18f280013ff91a192f2da1c5eaf05 Mon Sep 17 00:00:00 2001 From: Andrey Pazychev Date: Wed, 20 May 2020 22:23:27 +0300 Subject: [PATCH] Raisecom RC. more wide regexp HW --- lib/SNMP/Info/Layer3/Raisecom.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SNMP/Info/Layer3/Raisecom.pm b/lib/SNMP/Info/Layer3/Raisecom.pm index b87da255..231457bd 100755 --- a/lib/SNMP/Info/Layer3/Raisecom.pm +++ b/lib/SNMP/Info/Layer3/Raisecom.pm @@ -100,7 +100,7 @@ sub main { #All another known ways to HW while (not defined($hw)) { - $obj->hw_oid_8886_6_140 =~ /.*[v,V]ersion\s+(.*)/; + $obj->hw_oid_8886_6_140 =~ /.*[v,V]ersion[:,\s]*(.*)/; $hw = $1 if defined $1; last; }