summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 4f156e1..c8f0125 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -169,6 +169,9 @@
/* bring up carp interfaces */
interfaces_carp_configure();
+
+ /* bring ip IP aliases */
+ interfaces_ipalias_configure();
/* generate resolv.conf */
system_resolvconf_generate();
@@ -189,7 +192,7 @@
slbd_configure();
/* start OpenVPN server & clients */
- openvpn_resync_all();
+ openvpn_resync_all();
/* setup altq + pf */
echo "Configuring firewall...";
OpenPOWER on IntegriCloud