From d463abc80fa9c0ebdb60c980adc414971b3ead51 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 13 Nov 2022 11:33:53 +0100 Subject: [PATCH] dpinger: style issue --- src/etc/inc/plugins.inc.d/dpinger.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/plugins.inc.d/dpinger.inc b/src/etc/inc/plugins.inc.d/dpinger.inc index a7e53e51a..86d45ec36 100644 --- a/src/etc/inc/plugins.inc.d/dpinger.inc +++ b/src/etc/inc/plugins.inc.d/dpinger.inc @@ -130,7 +130,7 @@ function dpinger_instances($ifconfig_details = null) * then the ICMP6 response would not find its way back home. */ if (is_linklocal($gateway['monitor']) && strpos($gateway['monitor'], '%') === false) { - $gateway['monitor'] .= '%' . get_real_interface($gateway['interface'], 'inet6'); + $gateway['monitor'] .= '%' . get_real_interface($gateway['interface'], 'inet6'); } if (is_linklocal($gateway['gateway']) && strpos($gateway['gateway'], '%') === false) { $gateway['gateway'] .= '%' . get_real_interface($gateway['interface'], 'inet6');