From 6ff1f0f39f772173162cc7797ea86110e193913e Mon Sep 17 00:00:00 2001 From: lukehamburg Date: Wed, 29 Mar 2017 23:56:20 -0400 Subject: Updated help text to be more accurate as per jim-p suggestion. --- src/usr/local/www/system_advanced_network.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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'); -- cgit v1.1