summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-28 19:17:18 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-28 19:17:18 -0600
commita96dc32e35766aa6c0788154a2b246bb76b252c2 (patch)
treee8c9a37c89135e8cc2646c1373efb57729716236 /etc/inc
parent5a663a5d56e019ab09750c1040aec832fdd4e480 (diff)
downloadpfsense-a96dc32e35766aa6c0788154a2b246bb76b252c2.zip
pfsense-a96dc32e35766aa6c0788154a2b246bb76b252c2.tar.gz
Add input validation on vpn_ipsec_settings.php. Fixes #4052.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/ipsec.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc
index 7d3dd81..8c0d11f 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -39,7 +39,7 @@ $ipsec_loglevels = array("dmn" => "Daemon", "mgr" => "SA Manager", "ike" => "IKE
"job" => "Job Processing", "cfg" => "Configuration backend", "knl" => "Kernel Interface",
"net" => "Networking", "asn" => "ASN encoding", "enc" => "Message encoding",
"imc" => "Integrity checker", "imv" => "Integrity Verifier", "pts" => "Platform Trust Service",
- "tls" => "TLS handler", "esp" => "IPsec traffic", "lib" => "StrongSWAN Lib");
+ "tls" => "TLS handler", "esp" => "IPsec traffic", "lib" => "StrongSwan Lib");
$my_identifier_list = array(
'myaddress' => array( 'desc' => gettext('My IP address'), 'mobile' => true ),
OpenPOWER on IntegriCloud