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
committerGitHub <noreply@github.com>2017-01-04 21:11:24 +0000
commit16fbe9b7ee1abfb8b9504a8d1e90dcd7592f9fe2 (patch)
tree6d1f8816a3b64fb2476638f447ec0dfb0806062e /src/usr/local/www/system_advanced_network.php
parenta0052ea3a5fe74246795d90bcacadd025801134a (diff)
downloadpfsense-16fbe9b7ee1abfb8b9504a8d1e90dcd7592f9fe2.zip
pfsense-16fbe9b7ee1abfb8b9504a8d1e90dcd7592f9fe2.tar.gz
change as commented and remove redundant help text
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 72e0321..19f16d9 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -160,6 +160,7 @@ $section->addInput(new Form_Checkbox(
$group = new Form_Group('IPv6 over IPv4');
+
$group->add(new Form_Checkbox(
'ipv6nat_enable',
'IPv6 over IPv4 Tunneling',
@@ -169,10 +170,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