From 9f8018c2fbb74df4d9198d1fa8ed2e315f4e09dc Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 4 Jul 2005 03:42:49 +0000 Subject: Add back commented out auto establish item --- usr/local/www/vpn_ipsec_edit.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr') diff --git a/usr/local/www/vpn_ipsec_edit.php b/usr/local/www/vpn_ipsec_edit.php index f505771..d04f34f 100755 --- a/usr/local/www/vpn_ipsec_edit.php +++ b/usr/local/www/vpn_ipsec_edit.php @@ -44,7 +44,7 @@ if (isset($_POST['id'])) if (isset($id) && $a_ipsec[$id]) { $pconfig['disabled'] = isset($a_ipsec[$id]['disabled']); - //$pconfig['auto'] = isset($a_ipsec[$id]['auto']); + $pconfig['auto'] = isset($a_ipsec[$id]['auto']); if (!isset($a_ipsec[$id]['local-subnet'])) $pconfig['localnet'] = "lan"; @@ -175,7 +175,7 @@ if ($_POST) { if (!$input_errors) { $ipsecent['disabled'] = $_POST['disabled'] ? true : false; - //$ipsecent['auto'] = $_POST['auto'] ? true : false; + $ipsecent['auto'] = $_POST['auto'] ? true : false; $ipsecent['interface'] = $pconfig['interface']; pconfig_to_address($ipsecent['local-subnet'], $_POST['localnet'], $_POST['localnetmask']); $ipsecent['remote-subnet'] = $_POST['remotenet'] . "/" . $_POST['remotebits']; @@ -290,13 +290,13 @@ function methodsel_change() { Set this option to disable this tunnel without removing it from the list. - + Interface