#271 update os_ver for Alcatel-Lucent (stromsoe)

This commit is contained in:
Oliver Gorwits
2018-11-21 10:47:47 +00:00
parent 94ab114cd3
commit 6405ebfc3e

View File

@@ -115,9 +115,7 @@ sub os_ver {
my $alu = shift;
my $descr = $alu->description();
if ( $descr =~ m/^(\S+)/ ) {
return $1;
}
return $1 if $descr =~ m/\b(\d[\.\d]+R\d+) (?:GA|Service Release), /;
# No clue what this will try but hey
return $alu->SUPER::os_ver();