summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 62f3c2f..456eb7b 100644
--- a/usr/local/www/vpn_ipsec_settings.php
+++ b/usr/local/www/vpn_ipsec_settings.php
@@ -212,9 +212,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