summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-02 20:58:02 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-02 20:58:02 +0000
commit807e1c0eadb4356293524e5cfbe2c8e10bee2632 (patch)
treef58cc5a515e6287af199872d5bd35905ea120dc7 /usr/local/www/vpn_ipsec.php
parent2eae7fc9fe2ee49c5cb3480305cb59da820a6595 (diff)
downloadpfsense-807e1c0eadb4356293524e5cfbe2c8e10bee2632.zip
pfsense-807e1c0eadb4356293524e5cfbe2c8e10bee2632.tar.gz
Call vpn_ipsec_force_reload() when user clicks "Save"
Diffstat (limited to 'usr/local/www/vpn_ipsec.php')
-rwxr-xr-xusr/local/www/vpn_ipsec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index 02be63c..dd699f2 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -59,7 +59,7 @@ if ($_POST) {
$retval = 0;
config_lock();
- $retval = vpn_ipsec_configure();
+ $retval = vpn_ipsec_force_reload();
config_unlock();
/* reload the filter in the background */
filter_configure();
OpenPOWER on IntegriCloud