summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2012-09-24 01:05:12 +0200
committerPiBa-NL <pba_2k3@yahoo.com>2012-09-24 01:05:12 +0200
commit9e0f8e23e9a6c2138542a08fb4363fef3ecaa2a3 (patch)
treeb4a0a7caefd1ace0fe3c7d13388443ef67b566a0 /usr/local/www/firewall_virtual_ip_edit.php
parentc75fd3db0649110384637402154600d5919e416b (diff)
downloadpfsense-9e0f8e23e9a6c2138542a08fb4363fef3ecaa2a3.zip
pfsense-9e0f8e23e9a6c2138542a08fb4363fef3ecaa2a3.tar.gz
fix for breaking editing carp edit selection setting.
Diffstat (limited to 'usr/local/www/firewall_virtual_ip_edit.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index 6b7d6ef..b82a623 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -359,7 +359,7 @@ function typesel_change() {
<input name="mode" type="radio" onclick="enable_change()" value="carp"
<?php if ($pconfig['mode'] == "carp") echo "checked";?>> <?=gettext("CARP"); ?>
<input name="mode" type="radio" onclick="enable_change()" value="proxyarp"
- <?php if ($pconfig['mode'] == "proxyarp" || $pconfig['type'] != "carp") echo "checked";?>> <?=gettext("Proxy ARP"); ?>
+ <?php if ($pconfig['mode'] == "proxyarp") echo "checked";?>> <?=gettext("Proxy ARP"); ?>
<input name="mode" type="radio" onclick="enable_change()" value="other"
<?php if ($pconfig['mode'] == "other") echo "checked";?>> <?=gettext("Other");?>
</td>
OpenPOWER on IntegriCloud