From 8ff85c397c28042b42239e7ae4c0ed2f6554ebe9 Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 15 Oct 2014 01:39:56 +0200 Subject: rename interfaces_carp_setup to interfaces_sync_setup and call it during bootup since it does not only relate to carp interfaces. --- etc/rc.bootup | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/rc.bootup') 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(); -- cgit v1.1