summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-10-15 01:39:56 +0200
committerErmal <eri@pfsense.org>2014-10-15 01:39:56 +0200
commit8ff85c397c28042b42239e7ae4c0ed2f6554ebe9 (patch)
tree4abfa14bc1d68d61faaea02a35c70b61e1f52b80 /etc/rc.bootup
parent4703c007ef8b5cef28ab9650b28ea807cc7611f6 (diff)
downloadpfsense-8ff85c397c28042b42239e7ae4c0ed2f6554ebe9.zip
pfsense-8ff85c397c28042b42239e7ae4c0ed2f6554ebe9.tar.gz
rename interfaces_carp_setup to interfaces_sync_setup and call it during bootup since it does not only relate to carp interfaces.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 69eb486..1b150e3 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -265,6 +265,7 @@ echo "done.\n";
if(!$debugging)
mute_kernel_msgs();
interfaces_configure();
+interfaces_sync_setup();
if(!$debugging)
unmute_kernel_msgs();
OpenPOWER on IntegriCloud