mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Matching bracket in vpn.inc
Reported forum https://forum.pfsense.org/index.php?topic=84322.0
This commit is contained in:
parent
b3c6783f82
commit
bdf5efc5f7
@ -534,7 +534,7 @@ EOD;
|
||||
$ikeid = $ph1ent['ikeid'];
|
||||
$keyexchange = "ikev1";
|
||||
$passive = "route";
|
||||
if (!empty($ph1ent['iketype']) {
|
||||
if (!empty($ph1ent['iketype'])) {
|
||||
if ($ph1ent['iketype'] == "ikev2") {
|
||||
$keyexchange = "ikev2";
|
||||
//$passive = "start";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user