summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-02 18:09:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-02 18:09:29 +0000
commit1249b2141ae9dc7dfc1c7164b82f99806950b207 (patch)
tree850d20b90a23eda44134343eb313f8a4f9f24a01 /usr
parentf4539a664e3399225a5973a572260997e835f565 (diff)
downloadpfsense-1249b2141ae9dc7dfc1c7164b82f99806950b207.zip
pfsense-1249b2141ae9dc7dfc1c7164b82f99806950b207.tar.gz
Correctly save the multi subnet ipsec option
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/vpn_ipsec_edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/vpn_ipsec_edit.php b/usr/local/www/vpn_ipsec_edit.php
index e52e715..b40b228 100755
--- a/usr/local/www/vpn_ipsec_edit.php
+++ b/usr/local/www/vpn_ipsec_edit.php
@@ -161,6 +161,7 @@ if ($_POST) {
if (!$input_errors) {
$ipsecent['disabled'] = $_POST['disabled'] ? true : false;
+ $ipsecent['creategif'] = $_POST['creategif'] ? true : false;
$ipsecent['auto'] = $_POST['auto'] ? true : false;
$ipsecent['interface'] = $pconfig['interface'];
pconfig_to_address($ipsecent['local-subnet'], $_POST['localnet'], $_POST['localnetmask']);
OpenPOWER on IntegriCloud