Revision 3dd6ed1a
Added by Phil Davis about 12 years ago
usr/local/www/interfaces.php | ||
---|---|---|
1803 | 1803 |
<tr> |
1804 | 1804 |
<td width="22%" valign="top" class="vncell"><?=gettext("Request only a IPv6 prefix"); ?></td> |
1805 | 1805 |
<td width="78%" class="vtable"> |
1806 |
<input name="dhcp6prefixonly" type="checkbox" value="yes" <?php if ($pconfig['dhcp6prefixonly'] == true) echo "checked=\"checked\""; ?> /> |
|
1806 |
<input name="dhcp6prefixonly" type="checkbox" id="dhcp6prefixonly" value="yes" <?php if ($pconfig['dhcp6prefixonly'] == true) echo "checked=\"checked\""; ?> />
|
|
1807 | 1807 |
<?=gettext("Only request a IPv6 prefix, do not request a IPv6 address"); ?> |
1808 | 1808 |
</td> |
1809 | 1809 |
</tr> |
Also available in: Unified diff
Fix editing saving dhcp6prefixonly state
Reported in redmine #3097 and forum http://forum.pfsense.org/index.php/topic,64483.msg350255.html#msg350255