Paradyne bugfix regexp
This commit is contained in:
@@ -43,7 +43,7 @@ sub os_ver {
|
|||||||
|
|
||||||
sub model {
|
sub model {
|
||||||
my $obj = shift;
|
my $obj = shift;
|
||||||
$obj->description =~ /PARADYNE\s+(.*)\;/;
|
$obj->description =~ /PARADYNE\s+(.*)\;.*\;/;
|
||||||
return $1 if defined($1);
|
return $1 if defined($1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user