summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-12-05 10:51:13 +0000
committerErmal <eri@pfsense.org>2013-12-05 10:51:25 +0000
commitb6877e065e23856adc9bebcc90db909867afea92 (patch)
tree890a6e9d3db70e40d5d1ee11638bc6d7941c7e15 /usr/local/www/firewall_virtual_ip.php
parent0aa7293069c60e998e08c222d2689d24d0f7e72f (diff)
downloadpfsense-b6877e065e23856adc9bebcc90db909867afea92.zip
pfsense-b6877e065e23856adc9bebcc90db909867afea92.tar.gz
Handle more carp enahancements for FreeBSD 10. the interface vips will be names $if@$vhid since the interface name is the same as other ips.
Diffstat (limited to 'usr/local/www/firewall_virtual_ip.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/firewall_virtual_ip.php b/usr/local/www/firewall_virtual_ip.php
index 86f0c85..8e524a6 100755
--- a/usr/local/www/firewall_virtual_ip.php
+++ b/usr/local/www/firewall_virtual_ip.php
@@ -239,9 +239,6 @@ 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): ?>
OpenPOWER on IntegriCloud