Actually do not try to reload everything during bootup since it will be done by bootup code

This commit is contained in:
Ermal 2012-06-07 09:59:58 +00:00
parent 76231e6398
commit ae17d2e983

View File

@ -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) {