summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlukehamburg <luke.hamburg@gmail.com>2017-03-29 23:56:20 -0400
committerlukehamburg <luke.hamburg@gmail.com>2017-03-29 23:56:20 -0400
commit6ff1f0f39f772173162cc7797ea86110e193913e (patch)
tree9260095d4eebff873a24ebe95f8868c2c4cf8125 /src
parentcd1ae3289b369bd7e85bf631aa1ae81f3281258a (diff)
downloadpfsense-6ff1f0f39f772173162cc7797ea86110e193913e.zip
pfsense-6ff1f0f39f772173162cc7797ea86110e193913e.tar.gz
Updated help text to be more accurate as per jim-p suggestion.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_advanced_network.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php
index fc55e45..20d8791 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -216,9 +216,9 @@ $section->addInput(new Form_Checkbox(
'Do not generate local IPv6 DNS entries for LAN interfaces',
$pconfig['ipv6dontcreatelocaldns']
))->setHelp('If a LAN interface\'s IPv6 configuration is set to Track, and the tracked interface loses connectivity, '.
- 'it can cause connections to this firewall that were established via IPv6 hostname to fail. This can happen '.
- 'unintentionally when accessing the system by hostname, since by default both IPv4 and IPv6 entries are added '.
- 'to /etc/hosts. Enabling this option prevents those IPv6 records from being created.');
+ 'it can cause connections to this firewall that were established via hostname to fail. This can happen '.
+ 'unintentionally when accessing the firewall by hostname, since by default both IPv4 and IPv6 entries are added '.
+ 'to the system\'s DNS. Enabling this option prevents those IPv6 records from being created.');
$group = new Form_Group('DHCP6 DUID');
OpenPOWER on IntegriCloud