summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-05 23:47:28 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-05 23:47:28 +0000
commit9f6b1429e70e61a3cbabbcdff0994fee30d109d1 (patch)
tree5c288b68f24144b2e828a0cb15579125796d9526 /etc/rc.bootup
parent92cd8817188707a95a1d1fa37baef0209b8094b5 (diff)
downloadpfsense-9f6b1429e70e61a3cbabbcdff0994fee30d109d1.zip
pfsense-9f6b1429e70e61a3cbabbcdff0994fee30d109d1.tar.gz
Merge carp into base
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index bcb9c44..63e7f85 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -107,6 +107,9 @@
/* set up Optional interfaces */
interfaces_optional_configure();
+ /* setup carp interfaces */
+ interfaces_carp_configure();
+
/* start pflog */
filter_pflog_start();
@@ -167,6 +170,8 @@
/* start IPsec tunnels */
vpn_ipsec_configure();
+ setup_microcode();
+
/* done */
unlink("{$g['varrun_path']}/booting");
$g['booting'] = FALSE;
OpenPOWER on IntegriCloud