summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-06-07 10:00:25 +0000
committerErmal <eri@pfsense.org>2012-06-07 10:00:25 +0000
commit0d9c5026ec3b604c80a925de6a37d11e33402c5c (patch)
tree0ac1df55278a4e64d50a968339561b46acfda37e
parent7fe30c74a79ba85bbbb6d2cd910f92113435f0d9 (diff)
downloadpfsense-0d9c5026ec3b604c80a925de6a37d11e33402c5c.zip
pfsense-0d9c5026ec3b604c80a925de6a37d11e33402c5c.tar.gz
Actually do not try to reload everything during bootup since it will be done by bootup code
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index d0cade3..5edb85a 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -874,7 +874,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) {
OpenPOWER on IntegriCloud