summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-12-14 19:33:54 +0100
committersmos <seth.mos@dds.nl>2011-12-14 19:33:54 +0100
commitacafeee0f8fc8105c349baf1895bdcbb84fc14d7 (patch)
treea38df23c72bb2fe1654d2aec4e60fb267efbb123 /usr/local/www/services_dhcpv6.php
parentc5eb24fbecfcfcfd056ba3b2d5bc19e82770fc32 (diff)
downloadpfsense-acafeee0f8fc8105c349baf1895bdcbb84fc14d7.zip
pfsense-acafeee0f8fc8105c349baf1895bdcbb84fc14d7.tar.gz
Clarify the DHCPv6 server text
Diffstat (limited to 'usr/local/www/services_dhcpv6.php')
-rw-r--r--usr/local/www/services_dhcpv6.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index 42c3255..6166639 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -502,7 +502,10 @@ include("head.inc");
<option value="<?=$name ?>" <?php if ($pconfig['mode'] == $name) echo "selected"; ?> > <?=$value ?></option>
<?php } ?>
</select><br />
- <strong><?php printf(gettext("Select the Operating Mode for the router advertisement Daemon. Use \"Router Only\" to only advertise the router, \"Unmanaged\" for Router Advertising with Stateless Autoconfig, \"Managed\" for DHCPv6 only with router advertisements, \"Assisted\" for DHCPv6 Combined with Stateless Autoconfig"));?></strong></td>
+ <strong><?php printf(gettext("Select the Operating Mode for the router advertisement Daemon."))?></strong>
+ <?php printf(gettext("Use \"Router Only\" to only advertise this router, \"Unmanaged\" for Router Advertising with Stateless Autoconfig, \"Managed\" for assignment through (a) DHCPv6 Server, \"Assisted\" for DHCPv6 Server assignment combined with Stateless Autoconfig"));?>
+ <?php printf(gettext("It is not required to activate this DHCPv6 server when set to \"Managed\", this can be another host on the network")); ?>
+ </td>
</tr>
<tr>
<td width="22%" valign="top" class="vtable">&nbsp;</td>
OpenPOWER on IntegriCloud