diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 3542a9f046..61ee5bc586 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -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) {