summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-25 05:47:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-25 05:47:05 +0000
commit0c0155711c38787e7a8afafca2548ceec704077a (patch)
treeed2c25a1ddb3f7e4df56fb2eb895dce417ee783e /usr/local/www/firewall_virtual_ip.php
parent2db680e1ab7c9bcd0eb8c9724caf62ad2b287011 (diff)
downloadpfsense-0c0155711c38787e7a8afafca2548ceec704077a.zip
pfsense-0c0155711c38787e7a8afafca2548ceec704077a.tar.gz
Output vhid for carpdev items
Diffstat (limited to 'usr/local/www/firewall_virtual_ip.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip.php b/usr/local/www/firewall_virtual_ip.php
index d50ef10..be3354c 100755
--- a/usr/local/www/firewall_virtual_ip.php
+++ b/usr/local/www/firewall_virtual_ip.php
@@ -148,7 +148,7 @@ include("head.inc");
if ($vipent['type'] == "range")
echo "{$vipent['range']['from']}-{$vipent['range']['to']}";
?>
- <?php if($vipent['mode'] == "carp") echo " (vhid {$vipent['vhid']})"; ?>
+ <?php if($vipent['mode'] == "carp" or $vipent['mode'] == "carpdev-dhcp") echo " (vhid {$vipent['vhid']})"; ?>
<?php if($vipent['mode'] == "carpdev-dhcp") echo "DHCP"; ?>
</td>
<td class="listlr" align="center" ondblclick="document.location='firewall_virtual_ip_edit.php?id=<?=$i;?>';">
OpenPOWER on IntegriCloud