summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.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_edit.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_edit.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index 81e4bb3..05a65bb 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -365,9 +365,6 @@ function typesel_change() {
<select name="interface" class="formselect">
<?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";
foreach ($interfaces as $iface => $ifacename): ?>
<option value="<?=$iface;?>" <?php if ($iface == $pconfig['interface']) echo "selected=\"selected\""; ?>>
OpenPOWER on IntegriCloud