summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-11-24 13:44:42 +0000
committerErmal Luçi <eri@pfsense.org>2009-11-24 13:44:42 +0000
commit0a595d8419b9f41637f20ac4b923d1bdfa3e053a (patch)
treef131695d03a2b74579eda6a8efea51f7975f322d /usr/local/www/carp_status.php
parent474ef84c87f0acdd733bcca43d06a3aa17da5aa1 (diff)
downloadpfsense-0a595d8419b9f41637f20ac4b923d1bdfa3e053a.zip
pfsense-0a595d8419b9f41637f20ac4b923d1bdfa3e053a.tar.gz
s/interfaces_carp_configure/interfaces_carp_setup/
Diffstat (limited to 'usr/local/www/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index efb147f..87f9419 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -64,7 +64,7 @@ if($_POST['disablecarp'] <> "") {
} else {
$savemsg = "CARP has been enabled.";
mwexec("/sbin/sysctl net.inet.carp.allow=1");
- interfaces_carp_configure();
+ interfaces_carp_setup();
}
}
OpenPOWER on IntegriCloud