mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Actually do not try to reload everything during bootup since it will be done by bootup code
This commit is contained in:
parent
76231e6398
commit
ae17d2e983
@ -925,7 +925,7 @@ function interfaces_configure() {
|
||||
|
||||
/* This is needed to speedup interfaces on bootup. */
|
||||
$reload = false;
|
||||
if ($g['booting'])
|
||||
if (!$g['booting'])
|
||||
$reload = true;
|
||||
|
||||
foreach($iflist as $if => $ifname) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user