mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Incorrect device match fixed. Because getAddresses(Device $device) also returned 127.0.0.1 and ::1, always matched the first device with a loopback address. Introduced in https://github.com/librenms/librenms/pull/10458 * Changed code as suggested by murrant Expanded ::1 because IPv6 Adresses are not stored compressed. * Fixed incorrect parenthesis