mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct error message for gateways to report down when the gateway is down and not high latency.
This commit is contained in:
parent
19d9146637
commit
4c613f8482
@ -419,7 +419,7 @@ function return_gateway_groups_array() {
|
||||
$status = $gateways_status[$gwname];
|
||||
$gwdown = false;
|
||||
if (stristr($status['status'], "down")) {
|
||||
$msg = "MONITOR: {$gwname} has high latency, removing from routing group";
|
||||
$msg = "MONITOR: {$gwname} is down, removing from routing group";
|
||||
$gwdown = true;
|
||||
} else if (stristr($status['status'], "loss") && strstr($group['trigger'], "loss")) {
|
||||
/* packet loss */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user