summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-01-15 21:20:56 +0100
committerErmal LUÇI <eri@pfsense.org>2015-01-15 21:20:56 +0100
commit19523ce29cabfee13892bba79faef4e1e7d65ef8 (patch)
tree1bb9566813a508a7ad6111b4f956e59658dc0010 /usr/local/www/carp_status.php
parenteef9a15d3446333ebed67a720eed8b85041779e3 (diff)
downloadpfsense-19523ce29cabfee13892bba79faef4e1e7d65ef8.zip
pfsense-19523ce29cabfee13892bba79faef4e1e7d65ef8.tar.gz
Ticket #3997 s/_vhid/_vip/g
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 db55c3b..2a338b2 100644
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -163,7 +163,7 @@ include("head.inc");
continue;
$ipaddress = $carp['subnet'];
$vhid = $carp['vhid'];
- $status = get_carp_interface_status("_vhid{$carp['uniqid']}");
+ $status = get_carp_interface_status("_vip{$carp['uniqid']}");
echo "<tr>";
$align = "style=\"vertical-align:middle\"";
if($carp_enabled == false) {
OpenPOWER on IntegriCloud