summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_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_dhcp_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_dhcp_edit.php')
-rwxr-xr-xusr/local/www/services_dhcp_edit.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp_edit.php b/usr/local/www/services_dhcp_edit.php
index 7123008..23c942f 100755
--- a/usr/local/www/services_dhcp_edit.php
+++ b/usr/local/www/services_dhcp_edit.php
@@ -224,7 +224,10 @@ include("head.inc");
<td width="78%" class="vtable">
<input name="ipaddr" type="text" class="formfld unknown" id="ipaddr" size="20" value="<?=htmlspecialchars($pconfig['ipaddr']);?>">
<br>
- <?=gettext("If no IP address is given, one will be dynamically allocated from the pool.");?></td>
+ <?=gettext("If an IPv4 address is entered, the address must be outside of the pool.");?>
+ <br/>
+ <?=gettext("If no IPv4 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