summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-03 11:22:36 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-03 16:17:35 +0000
commitf700f8da9deedb1f866353911a5eaf939016124a (patch)
treec0228f6674d8b54ff46ad4ccff9d9fe011765666 /etc
parent333addaf3eafea1011219ed32cf57ab357e02034 (diff)
downloadpfsense-f700f8da9deedb1f866353911a5eaf939016124a.zip
pfsense-f700f8da9deedb1f866353911a5eaf939016124a.tar.gz
Unly try to reload carps after bootup is complete.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 5de2142..c627ac0 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1835,7 +1835,8 @@ function interface_configure($interface = "wan", $reloadall = false) {
if(does_interface_exist($wancfg['if']))
interfaces_bring_up($wancfg['if']);
- interface_reload_carps($realif);
+ if (!$g['booting'])
+ interface_reload_carps($realif);
if($wancfg['serialport'])
interface_ppp_configure($wancfg['serialport']);
OpenPOWER on IntegriCloud