Revision a1b66bec
Added by Chris Buechler almost 10 years ago
usr/local/www/firewall_virtual_ip.php | ||
---|---|---|
250 | 250 |
</tr> |
251 | 251 |
<?php |
252 | 252 |
$interfaces = get_configured_interface_with_descr(false, true); |
253 |
$carplist = get_configured_carp_interface_list(); |
|
254 |
foreach ($carplist as $cif => $carpip) |
|
255 |
$interfaces[$cif] = $carpip." (".get_vip_descr($carpip).")"; |
|
253 | 256 |
$interfaces['lo0'] = "Localhost"; |
254 | 257 |
?> |
255 | 258 |
<?php $i = 0; foreach ($a_vip as $vipent): ?> |
Also available in: Unified diff
Restore the CARP parent display in firewall_virtual_ip.php. Ticket #3967