mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: vlan port mappings not removed (#6423)
Thanks to @diodo for supplying this fix.
This commit is contained in:
committed by
Neil Lathwood
parent
801a563c10
commit
924b751be4
@@ -64,7 +64,7 @@ foreach ($device['vlans'] as $domain_id => $vlans) {
|
||||
$db_id = dbInsert(array_merge($db_w, $db_a), 'ports_vlans');
|
||||
echo 'Inserted';
|
||||
}
|
||||
$valid_vlan_port_ids[] = $db_id;
|
||||
$valid_vlan_port[] = $db_id;
|
||||
|
||||
echo PHP_EOL;
|
||||
}//end foreach
|
||||
|
||||
Reference in New Issue
Block a user