summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-07 00:59:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-07 00:59:30 +0000
commit0e79d356d17584e69ffc9be6561d8858b483a952 (patch)
tree414caab2604eea9666001304174cc74bfaf26f8b /usr/local/www/carp_status.php
parent1b58b513bd8d465520883bc747e7287cec5f53b5 (diff)
downloadpfsense-0e79d356d17584e69ffc9be6561d8858b483a952.zip
pfsense-0e79d356d17584e69ffc9be6561d8858b483a952.tar.gz
Eliminate interfaces_carp_bring_up_final()
Diffstat (limited to 'usr/local/www/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 30a50ad..93c5b39 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -53,7 +53,6 @@ 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