mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
system: complete the log message #5493
This commit is contained in:
parent
7fa1f8b8be
commit
f6551c982d
@ -487,7 +487,7 @@ function system_default_route($gateway, $family, $interface, $far = false)
|
||||
if (ip_in_subnet($gateway, $network)) {
|
||||
$realif = null;
|
||||
} else {
|
||||
log_error("ROUTING: treating gateway '{$gateway}' as far gateway");
|
||||
log_error("ROUTING: treating '{$gateway}' as far gateway from '{$network}'");
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user