summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-04-03 20:03:49 +0200
committerErmal LUÇI <eri@pfsense.org>2015-04-03 20:03:49 +0200
commit9b7ca37d12d5e15026af946643f28517f731360d (patch)
treef19f61a4ff71cb75f3c2b763a81c68cbe6ec320d
parent534753890c74d7ce1188fe9a7b6f5f1b153f802d (diff)
downloadpfsense-9b7ca37d12d5e15026af946643f28517f731360d.zip
pfsense-9b7ca37d12d5e15026af946643f28517f731360d.tar.gz
Fixes #4504 use correct key index
-rw-r--r--usr/local/www/vpn_ipsec_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index 203566e..6c63722 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -157,7 +157,7 @@ if ($_POST) {
}
if($_POST['shuntlaninterfaces'] == "yes") {
- $config['ipsec']['unityplugin'] = true;
+ $config['ipsec']['shuntlaninterfaces'] = true;
} elseif (isset($config['ipsec']['shuntlaninterfaces'])) {
unset($config['ipsec']['shuntlaninterfaces']);
}
OpenPOWER on IntegriCloud