summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-04-13 14:33:38 +0200
committersmos <seth.mos@dds.nl>2012-04-13 14:33:38 +0200
commite1cc1f6de3ef01b7fd2f3c14006f00cf5c78035a (patch)
tree6e31f3ec581af7ed86bbaed4898786b452603cb2 /usr/local/www/services_dhcpv6.php
parente617e9b1c1168704f59ee086fb8085b244202dfa (diff)
downloadpfsense-e1cc1f6de3ef01b7fd2f3c14006f00cf5c78035a.zip
pfsense-e1cc1f6de3ef01b7fd2f3c14006f00cf5c78035a.tar.gz
Clarify text
Diffstat (limited to 'usr/local/www/services_dhcpv6.php')
-rw-r--r--usr/local/www/services_dhcpv6.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index 4c8320c..defea47 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -592,7 +592,7 @@ include("head.inc");
<td width="78%" class="vtable">
<input name="prefixrange_from" type="text" class="formfld unknown" id="prefixrange_from" size="28" value="<?=htmlspecialchars($pconfig['prefixrange_from']);?>">
&nbsp;<?=gettext("to"); ?>&nbsp; <input name="prefixrange_to" type="text" class="formfld unknown" id="prefixrange_to" size="28" value="<?=htmlspecialchars($pconfig['prefixrange_to']);?>">
- &nbsp;<?=gettext("prefix length"); ?>&nbsp; <select name="prefixrange_length" class="formselect" id="prefixrange_length">
+ &nbsp;<?=gettext("prefix delegation size"); ?>&nbsp; <select name="prefixrange_length" class="formselect" id="prefixrange_length">
<option value="48" <?php if($pconfig['prefixrange_length'] == 48) echo "selected"; ?>>48</option>
<option value="52" <?php if($pconfig['prefixrange_length'] == 52) echo "selected"; ?>>52</option>
<option value="56" <?php if($pconfig['prefixrange_length'] == 56) echo "selected"; ?>>56</option>
@@ -600,7 +600,7 @@ include("head.inc");
<option value="62" <?php if($pconfig['prefixrange_length'] == 62) echo "selected"; ?>>62</option>
</select> <br/>
<?php echo gettext("You can define a Prefix range here for DHCP Prefix Delegation. This allows for
- assigning networks to subrouters"); ?>
+ assigning networks to subrouters. The start and end of the range must end on boundaries of the prefix delegation size."); ?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud