layer7::neoteris update for netdisco-mibs#80 (#328)

* use PULSESECURE-PSG-MIB in layer7::neoteris, also add model() function & remove neoteris fixup from layer7. tests updated.

* will need new mibs release
This commit is contained in:
nick n
2019-04-24 14:21:33 +02:00
committed by Oliver Gorwits
parent 14e0aa0952
commit 737bb252a7
6 changed files with 41 additions and 18 deletions

View File

@@ -66,9 +66,6 @@ sub model {
my $id = $l7->id();
my $model = &SNMP::translateObj($id);
# Neoteris (Juniper IVE)
$model =~ s/^ive//i;
return $model;
}