summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_network.php
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-01-04 21:11:24 +0000
committerRenato Botelho <renato@netgate.com>2017-01-09 10:26:44 -0200
commit2f93ba9e88a2abda621078ba23b2d0522ab103ce (patch)
treeb4c7d3fc63630ec1151004a89f863e837e1b3063 /src/usr/local/www/system_advanced_network.php
parentb11927df95acc8c3ce38f787567a860e2f187ff9 (diff)
downloadpfsense-2f93ba9e88a2abda621078ba23b2d0522ab103ce.zip
pfsense-2f93ba9e88a2abda621078ba23b2d0522ab103ce.tar.gz
change as commented and remove redundant help text
(cherry picked from commit 16fbe9b7ee1abfb8b9504a8d1e90dcd7592f9fe2)
Diffstat (limited to 'src/usr/local/www/system_advanced_network.php')
-rw-r--r--src/usr/local/www/system_advanced_network.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php
index 3a04b39..6aa003a 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -201,6 +201,7 @@ $section->addInput(new Form_Checkbox(
$group = new Form_Group('IPv6 over IPv4');
+
$group->add(new Form_Checkbox(
'ipv6nat_enable',
'IPv6 over IPv4 Tunneling',
@@ -210,10 +211,10 @@ $group->add(new Form_Checkbox(
$group->add(new Form_Input(
'ipv6nat_ipaddr',
- 'Tunnel Peer\'s IP Address',
+ 'IPv4 address of Tunnel Peer',
'text',
$pconfig['ipv6nat_ipaddr']
-))->setHelp('The IPv4 address of the tunneling peer');
+));
$group->setHelp('These options create an RFC 2893 compatible mechanism for IPv4 NAT encapsulation of IPv6 packets, ' .
'that can be used to tunnel IPv6 packets over IPv4 routing infrastructures. A firewall rule to pass IPv6 packets ' .
OpenPOWER on IntegriCloud