summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-06-07 08:51:16 +0000
committerErmal <eri@pfsense.org>2012-06-07 08:51:16 +0000
commit3e662cb0b22c4c7277b30a134e85a6d535044f1e (patch)
treef9e4c40415cbfe4c386f5b6f0d863e27cd7aa7d8 /usr/local/www/carp_status.php
parent98aea4c3a5152b8121a9f596932d5bfbcac56086 (diff)
downloadpfsense-3e662cb0b22c4c7277b30a134e85a6d535044f1e.zip
pfsense-3e662cb0b22c4c7277b30a134e85a6d535044f1e.tar.gz
Get rid of carpdev, it will never be
Diffstat (limited to 'usr/local/www/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index f8fb7c3..bebdf94 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -61,10 +61,6 @@ if($_POST['disablecarp'] <> "") {
interface_vip_bring_down($vip);
sleep(1);
break;
- case "carpdev-dhcp":
- interface_vip_bring_down($vip);
- sleep(1);
- break;
}
}
}
@@ -79,10 +75,6 @@ if($_POST['disablecarp'] <> "") {
interface_carp_configure($vip);
sleep(1);
break;
- case "carpdev-dhcp":
- interface_carpdev_configure($vip);
- sleep(1);
- break;
case "ipalias":
if (strstr($vip['interface'], "_vip"))
interface_ipalias_configure($vip);
OpenPOWER on IntegriCloud