summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-08-14 09:50:13 -0400
committerjim-p <jimp@pfsense.org>2012-08-14 09:51:00 -0400
commitdbb1cdb5cffc3c0f375d5ce7da3f6a6c60eabc75 (patch)
tree6fa060e3519a481f67a799382d0712fec86be45e /usr/local/www/services_dhcpv6_edit.php
parentcd3662f7a6fadca388c021ab80083c943fa53920 (diff)
downloadpfsense-dbb1cdb5cffc3c0f375d5ce7da3f6a6c60eabc75.zip
pfsense-dbb1cdb5cffc3c0f375d5ce7da3f6a6c60eabc75.tar.gz
Clarify requirements for DHCP static mapping IP
Diffstat (limited to 'usr/local/www/services_dhcpv6_edit.php')
-rw-r--r--usr/local/www/services_dhcpv6_edit.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcpv6_edit.php b/usr/local/www/services_dhcpv6_edit.php
index 6e2b118..2beab36 100644
--- a/usr/local/www/services_dhcpv6_edit.php
+++ b/usr/local/www/services_dhcpv6_edit.php
@@ -201,7 +201,10 @@ include("head.inc");
<td width="78%" class="vtable">
<input name="ipaddrv6" type="text" class="formfld unknown" id="ipaddrv6" size="28" value="<?=htmlspecialchars($pconfig['ipaddrv6']);?>">
<br>
- <?=gettext("If no IPv6 address is given, one will be dynamically allocated from the pool.");?></td>
+ <?=gettext("If an IPv6 address is entered, the address must be outside of the pool.");?>
+ <br/>
+ <?=gettext("If no IPv6 address is given, one will be dynamically allocated from the pool.");?>
+ </td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Hostname");?></td>
OpenPOWER on IntegriCloud