diff --git a/includes/discovery/route.inc.php b/includes/discovery/route.inc.php index 46a07001e3..0b2a0200bc 100644 --- a/includes/discovery/route.inc.php +++ b/includes/discovery/route.inc.php @@ -1,6 +1,8 @@ and Mathieu Millet +/* Copyright (C) 2014 Nicolas Armando + * Copyright (C) 2014 Mathieu Millet + * Copyright (C) 2019 PipoCanaja + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -12,12 +14,14 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . */ + * along with this program. If not, see . + */ //We can use RFC1213 or IP-FORWARD-MIB or MPLS-L3VPN-STD-MIB use App\Models\Device; use LibreNMS\Util\IPv4; +use LibreNMS\Config; $ipForwardMibRoutesNumber = snmp_get($device, 'IP-FORWARD-MIB::inetCidrRouteNumber.0', '-Osqn');