summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-01-23 02:41:38 -0600
committerChris Buechler <cmb@pfsense.org>2016-01-23 02:41:38 -0600
commitd9a17eafb69f02a85f7cd3c3060d137cdc95f70e (patch)
tree4a981f815c3f4113004e4e3c0623e5eaf376276f /src/usr/local/www/vpn_ipsec_settings.php
parent4d47827275a3ee5fdafd95773eb6924b2698c611 (diff)
downloadpfsense-d9a17eafb69f02a85f7cd3c3060d137cdc95f70e.zip
pfsense-d9a17eafb69f02a85f7cd3c3060d137cdc95f70e.tar.gz
Switch to disabling strongswan unity plugin by default. Ticket #4178
Diffstat (limited to 'src/usr/local/www/vpn_ipsec_settings.php')
-rw-r--r--src/usr/local/www/vpn_ipsec_settings.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/vpn_ipsec_settings.php b/src/usr/local/www/vpn_ipsec_settings.php
index aabc5b5..03c44d5 100644
--- a/src/usr/local/www/vpn_ipsec_settings.php
+++ b/src/usr/local/www/vpn_ipsec_settings.php
@@ -359,10 +359,10 @@ $section->add($group);
$section->addInput(new Form_Checkbox(
'unityplugin',
- 'Disable Cisco Extensions',
- 'Disable Unity Plugin',
+ 'Enable Cisco Extensions',
+ 'Enable Unity Plugin',
$pconfig['unityplugin']
-))->setHelp('Disable Unity Plugin which provides Cisco Extension support as Split-Include, Split-Exclude, Split-Dns, ...');
+))->setHelp('Enable Unity Plugin which provides Cisco Extension support such as Split-Include, Split-Exclude and Split-Dns.');
$section->addInput(new Form_Checkbox(
'strictcrlpolicy',
OpenPOWER on IntegriCloud