mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix scrut issue
This commit is contained in:
@ -1204,6 +1204,7 @@ function first_oid_match($device, $list) {
|
||||
|
||||
function ip_to_hex($ip) {
|
||||
|
||||
$return = '';
|
||||
if (strstr($ip, ":")) {
|
||||
$ipv6 = explode(':', $ip);
|
||||
foreach ($ipv6 as $item) {
|
||||
|
Reference in New Issue
Block a user