Merge branch '46-feature-cambio-de-nombre-modulos-generados-por-el-wizard-snmp-integria-4414' into 'develop'
Resolve "Feature cambio de nombre modulos generados por el wizard SNMP [INTEGRIA: #4414]" See merge request !122
This commit is contained in:
commit
de0a318dc9
|
@ -206,7 +206,7 @@ if ($create_modules) {
|
|||
|
||||
// Get the name
|
||||
$name_array = explode('::', $oid_array[0]);
|
||||
$name = $name_array[1] . "_" . $ifname;
|
||||
$name = $ifname . "_" . $name_array[1];
|
||||
|
||||
// Clean the name
|
||||
$name = str_replace ( "\"" , "" , $name);
|
||||
|
|
Loading…
Reference in New Issue