mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
ipsec: reverse ordering #1852
This commit is contained in:
parent
36cde519cd
commit
c1c27c3f61
@ -1202,7 +1202,7 @@ EOD;
|
||||
}
|
||||
}
|
||||
}
|
||||
$ealgosp1 = 'ike = ' . implode(',', $list) . '!';
|
||||
$ealgosp1 = 'ike = ' . implode(',', array_reverse($list)) . '!';
|
||||
}
|
||||
|
||||
if (!empty($ph1ent['dpd_delay']) && !empty($ph1ent['dpd_maxfail'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user