rc: annotate boot ignore, there is probably a race

PR: https://forum.opnsense.org/index.php?topic=6843.0
This commit is contained in:
Franco Fichtner 2018-01-14 09:54:59 +01:00
parent 6e5c0fce0c
commit edbcdd0ffe
2 changed files with 2 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;
}