summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/system_advanced_network.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_network.php b/usr/local/www/system_advanced_network.php
index 7a4df3e..6e7f99c 100644
--- a/usr/local/www/system_advanced_network.php
+++ b/usr/local/www/system_advanced_network.php
@@ -209,7 +209,8 @@ function enable_change(enable_over) {
<td width="78%" class="vtable">
<input name="ipv6allow" type="checkbox" id="ipv6allow" value="yes" <?php if ($pconfig['ipv6allow']) echo "checked=\"checked\""; ?> onclick="enable_change(false)" />
<strong><?=gettext("Allow IPv6"); ?></strong><br/>
- <?=gettext("All IPv6 will be blocked unless this box is checked."); ?><br/>
+ <?=gettext("All IPv6 traffic will be blocked by the firewall unless this box is checked."); ?><br/>
+ <?=gettext("NOTE: This does not disable any IPv6 features on the firewall, it only blocks traffic."); ?><br/>
<br/>
</td>
</tr>
OpenPOWER on IntegriCloud