summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_settings.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/vpn_ipsec_settings.php')
-rw-r--r--usr/local/www/vpn_ipsec_settings.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php
index fec9316..b37e381 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -204,9 +204,12 @@ if ($_POST) {
vpn_ipsec_configure($needsrestart);
vpn_ipsec_configure_loglevels();
- }
- header("Location: vpn_ipsec_settings.php");
- return;
+
+ header("Location: vpn_ipsec_settings.php");
+ return;
+ } else
+ /* NOTE: Do not be smart here check #4655 */
+ $pconfig['noshuntlaninterfaces'] = isset($config['ipsec']['noshuntlaninterfaces']);
}
$pgtitle = array(gettext("VPN"),gettext("IPsec"),gettext("Settings"));
OpenPOWER on IntegriCloud