summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-03-13 09:28:07 -0400
committerjim-p <jimp@pfsense.org>2013-03-13 09:28:57 -0400
commit672e373ed44404a76ede8103850242d6829dbcee (patch)
tree81b5a77dcad8944de0890b3543bf17c20a0ca3fd /usr/local/www/system_advanced_network.php
parent5077b1e45341f566bb5d42ece6513791f0ec39ec (diff)
downloadpfsense-672e373ed44404a76ede8103850242d6829dbcee.zip
pfsense-672e373ed44404a76ede8103850242d6829dbcee.tar.gz
Clarify what "Allow IPv6" does and does not control. Ticket #2874
Diffstat (limited to 'usr/local/www/system_advanced_network.php')
-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