summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-06 00:15:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-06 00:15:30 +0000
commit93e251a4ba67244d3629a551dea446f2e1e6fe37 (patch)
treed971ca130bfaaec1372b7b047eea98c228f5bd79 /etc/rc.bootup
parent66f59ea2df3a5b810d7bdfffca3b57106659b32f (diff)
downloadpfsense-93e251a4ba67244d3629a551dea446f2e1e6fe37.zip
pfsense-93e251a4ba67244d3629a551dea446f2e1e6fe37.tar.gz
Bring carp interfaces up under rc.bootup, not the filter process
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 63e7f85..e1912d9 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -116,6 +116,9 @@
/* setup altq + pf */
filter_configure();
+ /* bring up carp interfaces */
+ interfaces_carp_bringup();
+
/* start OpenVPN server & clients */
ovpn_configure();
OpenPOWER on IntegriCloud