From 19523ce29cabfee13892bba79faef4e1e7d65ef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20LU=C3=87I?= Date: Thu, 15 Jan 2015 21:20:56 +0100 Subject: [PATCH] Ticket #3997 s/_vhid/_vip/g --- usr/local/www/carp_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php index db55c3b250..2a338b22dc 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 ""; $align = "style=\"vertical-align:middle\""; if($carp_enabled == false) {