mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
dpinger: style issue
This commit is contained in:
parent
0e86e27eb9
commit
d463abc80f
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user