summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-10 22:13:01 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-10 22:13:01 -0600
commite120d5ce5f7c35fbdeacf6a79c829d03cc352225 (patch)
tree92b0dc8260f1a3f4df371ae7299acf030871c047 /usr/local/www/carp_status.php
parenta1b66becf4e8098276e60cfe4126d1b4bebe9eb2 (diff)
downloadpfsense-e120d5ce5f7c35fbdeacf6a79c829d03cc352225.zip
pfsense-e120d5ce5f7c35fbdeacf6a79c829d03cc352225.tar.gz
Fix syntax error in CARP status page. Ticket #3967
Diffstat (limited to 'usr/local/www/carp_status.php')
-rw-r--r--usr/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 5701ad7..16066bd 100644
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -80,11 +80,11 @@ if($_POST['disablecarp'] <> "") {
interface_carp_configure($vip);
sleep(1);
break;
- }
case 'ipalias':
if (strpos($vip['interface'], '_vip'))
interface_ipalias_configure($vip);
break;
+ }
}
}
interfaces_sync_setup();
OpenPOWER on IntegriCloud