mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ticket #3997 s/_vhid/_vip/g
This commit is contained in:
parent
eef9a15d34
commit
19523ce29c
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user