disable proxyarp range input for now until NAT config screens are ready for it

This commit is contained in:
Bill Marquette 2005-07-13 04:55:59 +00:00
parent e82f32ef5e
commit c9988795ec

View File

@ -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>