Restore the CARP parent display in firewall_virtual_ip.php. Ticket #3967

This commit is contained in:
Chris Buechler 2014-11-10 22:07:44 -06:00
parent a9b305a84a
commit a1b66becf4
1 changed files with 3 additions and 0 deletions

View File

@ -250,6 +250,9 @@ include("head.inc");
</tr>
<?php
$interfaces = get_configured_interface_with_descr(false, true);
$carplist = get_configured_carp_interface_list();
foreach ($carplist as $cif => $carpip)
$interfaces[$cif] = $carpip." (".get_vip_descr($carpip).")";
$interfaces['lo0'] = "Localhost";
?>
<?php $i = 0; foreach ($a_vip as $vipent): ?>