summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-28 00:55:00 +0000
committerBill Marquette <billm@pfsense.org>2005-07-28 00:55:00 +0000
commit1bd386255097bbeec21dd8c11adc1e0e6a053e72 (patch)
tree06e4906f6e188c3e8c1dec1a30bb8cc31e0b67e6 /usr
parent546996c6312906bb5f28c22f0a0a2fb6e88e3f8f (diff)
downloadpfsense-1bd386255097bbeec21dd8c11adc1e0e6a053e72.zip
pfsense-1bd386255097bbeec21dd8c11adc1e0e6a053e72.tar.gz
Ticket #269: Proxy ARP shouldn't allow for CIDR selection when doing a single address :)
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index 6d28e42..fbdf58a 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -205,6 +205,7 @@ function enable_change(enable_over) {
document.iform.password.disabled = 1;
document.iform.advskew.disabled = 1;
document.iform.type.disabled = 0;
+ document.iform.subnet_bits.disabled = 1;
if (note.firstChild == null) {
note.appendChild(proxyarpnote);
} else {
OpenPOWER on IntegriCloud