mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
disable proxyarp range input for now until NAT config screens are ready for it
This commit is contained in:
parent
e82f32ef5e
commit
c9988795ec
@ -256,8 +256,8 @@ function typesel_change() {
|
||||
Single address</option>
|
||||
<option value="network" <?php if (!$pconfig['range'] && $pconfig['subnet_bits'] != 32 && isset($pconfig['ipaddr'])) echo "selected"; ?>>
|
||||
Network</option>
|
||||
<option value="range" <?php if ($pconfig['range']) echo "selected"; ?>>
|
||||
Range</option>
|
||||
<!-- XXX: Billm, don't let anyone choose this until NAT configuration screens are ready for it <option value="range" <?php if ($pconfig['range']) echo "selected"; ?>>
|
||||
Range</option> -->
|
||||
</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user