From 5dd23f7d7d30908ad389fac5e397fd2de7ba0a51 Mon Sep 17 00:00:00 2001 From: Peca Nesovanovic <59750439+Npeca75@users.noreply.github.com> Date: Sat, 30 Jul 2022 13:27:16 +0200 Subject: [PATCH] IPv6 Debug typo (#14162) --- LibreNMS/Util/IPv6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibreNMS/Util/IPv6.php b/LibreNMS/Util/IPv6.php index 669d0ecc9d..8c8b08a114 100644 --- a/LibreNMS/Util/IPv6.php +++ b/LibreNMS/Util/IPv6.php @@ -42,7 +42,7 @@ class IPv6 extends IP [$this->ip, $this->cidr] = $this->extractCidr($ipv6); if (! self::isValid($this->ip)) { - throw new InvalidIpException("$ipv6 is not a valid ipv4 address"); + throw new InvalidIpException("$ipv6 is not a valid ipv6 address"); } $this->ip = $this->compressed(); // store in compressed format