From 66766f85d1d40e8f6acab9837db4641a101dc546 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 29 Sep 2005 16:11:35 +0000 Subject: Bring up carp interfaces after changes --- usr/local/www/carp_status.php | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php index 53b87b7..437bcf2 100755 --- a/usr/local/www/carp_status.php +++ b/usr/local/www/carp_status.php @@ -49,6 +49,7 @@ if($_POST['disablecarp'] <> "") { $savemsg = "CARP has been enabled."; mwexec("/sbin/sysctl net.inet.carp.allow=1"); interfaces_carp_configure(); + interfaces_carp_bring_up_final(); } } -- cgit v1.1