From 8d9a95f9b6977ca8042e56ff87fb56d45d376903 Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 20 May 2014 14:24:30 -0400 Subject: This is not true any longer (and required for L2TP+IPsec) --- usr/local/www/vpn_ipsec_phase2.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr/local/www/vpn_ipsec_phase2.php') diff --git a/usr/local/www/vpn_ipsec_phase2.php b/usr/local/www/vpn_ipsec_phase2.php index 382030b..6848efd 100644 --- a/usr/local/www/vpn_ipsec_phase2.php +++ b/usr/local/www/vpn_ipsec_phase2.php @@ -189,8 +189,6 @@ if ($_POST) { } /* Validate enabled phase2's are not duplicates */ if (isset($pconfig['mobile'])){ - if (substr($pconfig['mode'], 0, 6) != "tunnel") - $input_errors[] = gettext("Mobile IPsec only supports Tunnel mode."); /* User is adding phase 2 for mobile phase1 */ foreach($a_phase2 as $key => $name){ if (isset($name['mobile'])){ -- cgit v1.1