summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
authorbenny <benjamin.von.mossner@insparx.com>2015-03-31 16:03:26 +0200
committerbenny <benjamin.von.mossner@insparx.com>2015-03-31 16:03:26 +0200
commit0ca36ca346d19f2ce787e6079856a1597836f4b2 (patch)
treea8b12dacc05b3ed8b25f656db11348f0a3d1b735 /usr/local/www/vpn_ipsec_settings.php
parentcb99d9918597ed40bf32010da2ce94faf7f37aa2 (diff)
downloadpfsense-0ca36ca346d19f2ce787e6079856a1597836f4b2.zip
pfsense-0ca36ca346d19f2ce787e6079856a1597836f4b2.tar.gz
Fix IPsec Advanced Settings uniqueids. It was neither set in strongswan config, nor picked up correctly in the UI.
Diffstat (limited to 'usr/local/www/vpn_ipsec_settings.php')
-rw-r--r--usr/local/www/vpn_ipsec_settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index 6f49c78..41d6a3a 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -51,6 +51,7 @@ $pconfig['enableinterfacesuse'] = isset($config['ipsec']['enableinterfacesuse'])
$pconfig['acceptunencryptedmainmode'] = isset($config['ipsec']['acceptunencryptedmainmode']);
$pconfig['maxmss_enable'] = isset($config['system']['maxmss_enable']);
$pconfig['maxmss'] = $config['system']['maxmss'];
+$pconfig['uniqueids'] = $config['ipsec']['uniqueids'];
if ($_POST) {
OpenPOWER on IntegriCloud