mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
rc: annotate boot ignore, there is probably a race
PR: https://forum.opnsense.org/index.php?topic=6843.0
This commit is contained in:
parent
6e5c0fce0c
commit
edbcdd0ffe
@ -40,6 +40,7 @@ require_once("interfaces.inc");
|
||||
|
||||
// Do not process while booting
|
||||
if (file_exists('/var/run/booting')) {
|
||||
log_error("IP renewal ignored during boot on '{$argument}'");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@ -40,6 +40,7 @@ require_once("interfaces.inc");
|
||||
|
||||
// Do not process while booting
|
||||
if (file_exists('/var/run/booting')) {
|
||||
log_error("IP renewal ignored during boot on '{$argument}'");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user