summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-29 16:11:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-29 16:11:35 +0000
commit66766f85d1d40e8f6acab9837db4641a101dc546 (patch)
tree450b9ffb9099a01dad0077f2db5cc22f8f94bf87 /usr/local/www/carp_status.php
parent351cbef75dcf21449efb39f10d60b313927a9f61 (diff)
downloadpfsense-66766f85d1d40e8f6acab9837db4641a101dc546.zip
pfsense-66766f85d1d40e8f6acab9837db4641a101dc546.tar.gz
Bring up carp interfaces after changes
Diffstat (limited to 'usr/local/www/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php1
1 files changed, 1 insertions, 0 deletions
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();
}
}
OpenPOWER on IntegriCloud